tomstepp commented on PR #33960: URL: https://github.com/apache/beam/pull/33960#issuecomment-2654320735
> from my understanding currently Beam compiles on older Kafka version but users are supposed to provide their own version of 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 I see, thanks! I am okay with just upgrading the internal test version, I think that will work. However, I wonder if Beam should use to a newer version for test purposes anyway? Any thoughts @Abacn, @johnjcasey @an2x? -- 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]
