flykent1990 opened a new issue #6201: URL: https://github.com/apache/incubator-pinot/issues/6201
hi @npawar @Xiang Fu When the team looks at the error when adding the realtime table, the error 500 (ClassNotFoundException: org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory) INFO [AddTableCommand] [main] {"code": 500, "error": "org.apache.pinot.plugin.stream.kafka09.KafkaConsumerFactory"} my table realtime config { "tableName": "airlineStats", "tableType": "REALTIME", "segmentsConfig": { "schemaName": "airlineStats", "timeColumnName": "daysSinceEpoch", "timeType": "DAYS", "replication": "1", "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy", "replicasPerPartition": "1", "retentionTimeUnit": "DAYS", "retentionTimeValue": "365", "segmentPushType": "APPEND", "completionConfig": { "completionMode": "DOWNLOAD" } }, "tenants": {}, "tableIndexConfig": { "loadMode": "MMAP", "aggregateMetrics": true, "nullHandlingEnabled": false, "streamConfigs": { "streamType": "kafka", "stream.kafka.consumer.type": "lowlevel", "stream.kafka.topic.name": "flights-realtime", "stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder", "stream.kafka.broker.list": "broker01-kafka-ovm-2-172.tgdd.vn:9101,broker02-kafka-ovm-2-177.tgdd.vn:9102,broker03-kafka-ovm-2 -230.tgdd.vn:9103,broker04-kafka-ovm-2-231.tgdd.vn:9104,broker05-kafka-ovm-2-250.tgdd.vn:9105,broke r06-kafka-ovm-2-251.tgdd.vn:9106 ", "realtime.segment.flush.threshold.size": "0", "realtime.segment.flush.threshold.time": "24h", "realtime.segment.flush.desired.size": "150M", "stream.kafka.consumer.prop.auto.offset.reset": "largest" } }, "metadata": { "customConfigs": {} } }  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org