xiangfu0 opened a new pull request, #17602: URL: https://github.com/apache/pinot/pull/17602
This PR removes the Kafka 2.0 stream ingestion plugin and migrates remaining Kafka realtime configs and references to Kafka 3.x. It also adds Kafka 3.x server/producer support and preserves backward compatibility by remapping old kafka20 class names to kafka30. - Remove pinot-kafka-2.0 module and packaging references - Switch default/quickstart configs, Helm/Docker examples, and UI templates to kafka30 factory - Add kafka30 KafkaDataServerStartable and KafkaDataProducer plus ServiceLoader entry - Map legacy kafka2/kafka20 classes to kafka30 in PluginManager with tests - Align Kafka client versions to Kafka 3 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
