xiangfu0 commented on code in PR #17633:
URL: https://github.com/apache/pinot/pull/17633#discussion_r2768943631


##########
pinot-spi/src/main/java/org/apache/pinot/spi/plugin/PluginManager.java:
##########
@@ -95,10 +95,13 @@ public class PluginManager {
       put("org.apache.pinot.filesystem.LocalPinotFS", 
"org.apache.pinot.spi.filesystem.LocalPinotFS");
 
       // StreamConsumerFactory
+      // Old-style class names mapped to current plugin packages
       put("org.apache.pinot.core.realtime.impl.kafka2.KafkaConsumerFactory",
           "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory");
       put("org.apache.pinot.core.realtime.impl.kafka3.KafkaConsumerFactory",
           "org.apache.pinot.plugin.stream.kafka30.KafkaConsumerFactory");
+      put("org.apache.pinot.core.realtime.impl.kafka4.KafkaConsumerFactory",
+          "org.apache.pinot.plugin.stream.kafka40.KafkaConsumerFactory");

Review Comment:
   No need for kafka4. 
   It's legacy class rename.



-- 
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]

Reply via email to