aymkhalil commented on code in PR #19010:
URL: https://github.com/apache/pulsar/pull/19010#discussion_r1053663912


##########
pom.xml:
##########
@@ -187,9 +187,9 @@ flexible messaging model and an intuitive client 
API.</description>
     <guava.version>31.0.1-jre</guava.version>
     <jcip.version>1.0</jcip.version>
     <prometheus-jmx.version>0.16.1</prometheus-jmx.version>
-    <confluent.version>7.0.1</confluent.version>
-    
<kafka.confluent.schemaregistryclient.version>5.3.0</kafka.confluent.schemaregistryclient.version>
-    
<kafka.confluent.avroserializer.version>5.3.0</kafka.confluent.avroserializer.version>
+    <confluent.version>6.2.8</confluent.version>
+    
<kafka.confluent.schemaregistryclient.version>${confluent.version}</kafka.confluent.schemaregistryclient.version>
+    
<kafka.confluent.avroserializer.version>${confluent.version}</kafka.confluent.avroserializer.version>

Review Comment:
   FYI the integ tests use `v6.0.1` - not sure if it makes sense to reconcile 
their version in this PR but we are not testing against 6.2.x atm: 
https://github.com/apache/pulsar/blob/4e29a1e9fc746d1b348dfe25ca047f0effd93588/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/AvroKafkaSourceTest.java#L483



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

Reply via email to