fozzie15 commented on code in PR #34320:
URL: https://github.com/apache/beam/pull/34320#discussion_r1998930193


##########
sdks/java/io/kafka/build.gradle:
##########
@@ -71,7 +71,10 @@ dependencies {
   implementation library.java.joda_time
   implementation library.java.jackson_annotations
   implementation library.java.jackson_databind
-  implementation group: 'com.google.cloud.hosted.kafka', name: 
'managed-kafka-auth-login-handler', version: '1.0.5'
+  implementation (group: 'com.google.cloud.hosted.kafka', name: 
'managed-kafka-auth-login-handler', version: '1.0.5') {
+    // "kafka-clients" has to be provided since user can use its own version.
+    exclude group: 'org.apache.kafka', module: 'kafka-clients'

Review Comment:
   It looks like for some reason it picked up the wrong version number for the 
dependency. Kafka clients are at latest version 3.9.0, so I don't know why it 
would be looking for 7.6.1. This is the version for Confluent schema registry, 
but an initial look at the dependencies of that project show that it depends on 
kafka version 3.7.1.



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to