fozzie15 commented on code in PR #35644:
URL: https://github.com/apache/beam/pull/35644#discussion_r2325526444
##########
sdks/java/io/kafka/build.gradle:
##########
@@ -74,6 +74,7 @@ dependencies {
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'
+ exclude group: "io.confluent", module: "kafka-schema-registry-client"
Review Comment:
added a comment. This is specified in the cloud documentation here
https://cloud.google.com/managed-service-for-apache-kafka/docs/quickstart-avro#configure_and_run_the_producer
but we want to use the schema registry client provided by the schema registry
dependency instead of the transitive dependency here.
--
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]