dongxiaoman opened a new issue #5955: URL: https://github.com/apache/incubator-pinot/issues/5955
Currently we are running secure Kafka (2.0+) and TLS connection; Kafka streaming was done by creating our own plugin to do transformation. The bug happens when we specify `"stream.kafka.consumer.prop.auto.offset.reset": "smallest"` property in a Pinot realtime table. The pinot server will process all the data in Kafka, and then stops sending Kafka messages to our plugin. If we specify `"latest"`, Pinot controller throws some error while fails to provide original exception ""Failed to fetch the offset for topic:" in "PinotLLCRealtimeSegmentManager.java" file. The only way it works is to delete that property, and streaming works. We are using 0.5.0 development snapshot (roughly 08-13-2020) ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
