Jackie-Jiang commented on code in PR #17602:
URL: https://github.com/apache/pinot/pull/17602#discussion_r2819119759


##########
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:
   Let me rephrase: is kafka3 consumer fully compatible with kafka2 consumer? 
If not, this change can make it much harder to debug. It might be better to 
just throw exception to force user to migrate to kafka3



##########
pom.xml:
##########
@@ -2802,6 +2796,9 @@
             <!-- Spark datasource register -->
             
<exclude>**/org.apache.spark.sql.sources.DataSourceRegister</exclude>
 
+            <!-- StreamConsumerFactory register -->
+            
<exclude>**/org.apache.pinot.spi.stream.StreamConsumerFactory</exclude>

Review Comment:
   I don't follow. Why do we need to skip the check for this file?



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