Abacn commented on PR #33960: URL: https://github.com/apache/beam/pull/33960#issuecomment-2654089918
from my understanding currently Beam compiles on older Kafka version but users are supposed to provide newer version kafka-client: https://github.com/apache/beam/blob/332a61d848181672d328694f3dca52755e7611eb/sdks/java/io/kafka/build.gradle#L62. it is marked as a "provided" dependency so that user need to add kafka-client dependency in their pipeline For example, in io-expansion service (used as a standalone jar) we indeed used a newer kafka-client: https://github.com/apache/beam/blob/ebef816b6f1278f15deb00d283434a82fa838ae8/sdks/java/io/expansion-service/build.gradle#L33 -- 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]
