xiangfu0 commented on code in PR #17602:
URL: https://github.com/apache/pinot/pull/17602#discussion_r2820285171
##########
pinot-spi/src/main/java/org/apache/pinot/spi/plugin/PluginManager.java:
##########
@@ -96,8 +96,11 @@ public class PluginManager {
// StreamConsumerFactory
// Old-style class names mapped to current plugin packages
+ // Rename the usage of kafka 2 to kafka 3
Review Comment:
we only do partition consumer(no consumer group and commit offsets etc), so
that is in general compatible with kafka3 consumer, which designed to work
with kafka 2 broker.
--
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]