Advertisement
Guest User

Untitled

a guest
Sep 16th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.39 KB | None | 0 0
  1. {
  2.   "tableName": "status",
  3.   "tableType": "REALTIME",
  4.   "tenants": {
  5.     "broker": "DefaultTenant",
  6.     "server": "DefaultTenant",
  7.     "tagOverrideConfig": {}
  8.   },
  9.   "segmentsConfig": {
  10.     "schemaName": "status",
  11.     "timeColumnName": "ts",
  12.     "replication": "1",
  13.     "replicasPerPartition": "1",
  14.     "retentionTimeUnit": null,
  15.     "retentionTimeValue": null,
  16.     "completionConfig": null,
  17.     "crypterClassName": null,
  18.     "peerSegmentDownloadScheme": null
  19.   },
  20.   "tableIndexConfig": {
  21.     "jsonIndexColumns": [],
  22.     "loadMode": "MMAP",
  23.     "invertedIndexColumns": [],
  24.     "createInvertedIndexDuringSegmentGeneration": false,
  25.     "rangeIndexColumns": [],
  26.     "sortedColumn": [],
  27.     "bloomFilterColumns": [],
  28.     "bloomFilterConfigs": null,
  29.     "noDictionaryColumns": [],
  30.     "onHeapDictionaryColumns": [],
  31.     "varLengthDictionaryColumns": [],
  32.     "enableDefaultStarTree": false,
  33.     "starTreeIndexConfigs": null,
  34.     "enableDynamicStarTreeCreation": false,
  35.     "segmentPartitionConfig": null,
  36.     "columnMinMaxValueGeneratorMode": null,
  37.     "aggregateMetrics": false,
  38.     "nullHandlingEnabled": true,
  39.     "streamConfigs": {
  40.       "streamType": "kafka",
  41.       "stream.kafka.topic.name": "test_status",
  42.       "stream.kafka.broker.list": "kafka.kafka:9092",
  43.       "stream.kafka.consumer.type": "lowlevel",
  44.       "stream.kafka.consumer.prop.auto.offset.reset": "smallest",
  45.       "stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
  46.       "stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
  47.       "realtime.segment.flush.threshold.rows": "0",
  48.       "realtime.segment.flush.threshold.time": "24h",
  49.       "realtime.segment.flush.segment.size": "100M",
  50.       "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"redacted\" password=\"redacted\";",
  51.       "sasl.mechanism": "PLAIN",
  52.       "security.protocol": "SASL_PLAINTEXT"
  53.     }
  54.   },
  55.   "metadata": {},
  56.   "ingestionConfig": {
  57.     "filterConfig": null,
  58.     "transformConfigs": null
  59.   },
  60.   "quota": {
  61.     "storage": null,
  62.     "maxQueriesPerSecond": null
  63.   },
  64.   "task": null,
  65.   "routing": {
  66.     "instanceSelectorType": "strictReplicaGroup"
  67.   },
  68.   "query": {
  69.     "timeoutMs": null
  70.   },
  71.   "fieldConfigList": null,
  72.   "upsertConfig": {
  73.     "mode": "FULL"
  74.   },
  75.   "tierConfigs": null
  76. }
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement