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


##########
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:
   ```
   $ git log --oneline ^86f43f29a0a9032f2db89a2f86594c1a7f4e6c91 
ee62d7def5477293c42a07af6d3bed5e6163fb50
   ee62d7def54 Fix PostCommit Python ValidatesContainer Dataflow With RC job 
(#34246)
   01092b043fd Update pinned kafka version to 3.9.0 to support OAuth in python 
pipelines on KafkaIO. (#34197)
   d7ef7b1e9ff Update to latest bom (#34231)
   3708ad6563c Fix PostCommit Java PVR Spark3 Streaming job (#34253)
   404f7e17d03 [Java] Added Metrics Configuration Support to Iceberg Data 
Writers (#34140)
   6dceef51658 Add yaml examples generation to the release scripts. (#34217)
   ```
   
   suggests to me that `d7ef7b1e9ff Update to latest bom (#34231)` is the 
likely culprit



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