Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "tableName": "status",
- "tableType": "REALTIME",
- "tenants": {
- "broker": "DefaultTenant",
- "server": "DefaultTenant",
- "tagOverrideConfig": {}
- },
- "segmentsConfig": {
- "schemaName": "status",
- "timeColumnName": "ts",
- "replication": "1",
- "replicasPerPartition": "1",
- "retentionTimeUnit": null,
- "retentionTimeValue": null,
- "completionConfig": null,
- "crypterClassName": null,
- "peerSegmentDownloadScheme": null
- },
- "tableIndexConfig": {
- "jsonIndexColumns": [],
- "loadMode": "MMAP",
- "invertedIndexColumns": [],
- "createInvertedIndexDuringSegmentGeneration": false,
- "rangeIndexColumns": [],
- "sortedColumn": [],
- "bloomFilterColumns": [],
- "bloomFilterConfigs": null,
- "noDictionaryColumns": [],
- "onHeapDictionaryColumns": [],
- "varLengthDictionaryColumns": [],
- "enableDefaultStarTree": false,
- "starTreeIndexConfigs": null,
- "enableDynamicStarTreeCreation": false,
- "segmentPartitionConfig": null,
- "columnMinMaxValueGeneratorMode": null,
- "aggregateMetrics": false,
- "nullHandlingEnabled": true,
- "streamConfigs": {
- "streamType": "kafka",
- "stream.kafka.topic.name": "test_status",
- "stream.kafka.broker.list": "kafka.kafka:9092",
- "stream.kafka.consumer.type": "lowlevel",
- "stream.kafka.consumer.prop.auto.offset.reset": "smallest",
- "stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
- "stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
- "realtime.segment.flush.threshold.rows": "0",
- "realtime.segment.flush.threshold.time": "24h",
- "realtime.segment.flush.segment.size": "100M",
- "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"redacted\" password=\"redacted\";",
- "sasl.mechanism": "PLAIN",
- "security.protocol": "SASL_PLAINTEXT"
- }
- },
- "metadata": {},
- "ingestionConfig": {
- "filterConfig": null,
- "transformConfigs": null
- },
- "quota": {
- "storage": null,
- "maxQueriesPerSecond": null
- },
- "task": null,
- "routing": {
- "instanceSelectorType": "strictReplicaGroup"
- },
- "query": {
- "timeoutMs": null
- },
- "fieldConfigList": null,
- "upsertConfig": {
- "mode": "FULL"
- },
- "tierConfigs": null
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement