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


##########
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:
   Relevant excerpt:
   
   ```
   +--- com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler:1.0.5
   |    +--- org.apache.kafka:kafka-clients:3.7.1 -> 2.4.1
   |    +--- io.confluent:kafka-schema-registry-client:7.6.1
   |    |    +--- org.apache.kafka:kafka-clients:7.6.1-ccs -> 2.4.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