Created
July 31, 2021 18:51
-
-
Save dunithd/bb6b8ebcded3f82335d24fd40db68017 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tableName": "steps", | |
"tableType": "REALTIME", | |
"segmentsConfig": { | |
"timeColumnName": "loggedAt", | |
"timeType": "MILLISECONDS", | |
"schemaName": "steps", | |
"replicasPerPartition": "1" | |
}, | |
"tenants": {}, | |
"tableIndexConfig": { | |
"loadMode": "MMAP", | |
"streamConfigs": { | |
"streamType": "kafka", | |
"stream.kafka.consumer.type": "lowlevel", | |
"stream.kafka.topic.name": "steps", | |
"stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder", | |
"stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory", | |
"stream.kafka.broker.list": "localhost:9876", | |
"realtime.segment.flush.threshold.time": "3600000", | |
"realtime.segment.flush.threshold.size": "50000", | |
"stream.kafka.consumer.prop.auto.offset.reset": "smallest" | |
} | |
}, | |
"metadata": { | |
"customConfigs": {} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment