Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kafka client version to 3.7.0 #33960

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomstepp
Copy link
Contributor

Upgrade Kafka client version to 3.7.0


To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@tomstepp
Copy link
Contributor Author

R: @Abacn

Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@Abacn
Copy link
Contributor

Abacn commented Feb 12, 2025

from my understanding currently Beam compiles on older Kafka version but users are supposed to provide their own version of kafka-client:

provided library.java.kafka_clients
. 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:

resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.1.2'

@tomstepp
Copy link
Contributor Author

tomstepp commented Feb 12, 2025

from my understanding currently Beam compiles on older Kafka version but users are supposed to provide their own version of kafka-client:

provided library.java.kafka_clients

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

resolutionStrategy.force 'org.apache.kafka:kafka-clients:3.1.2'

I see, thanks! I am okay with just upgrading the internal test version, I think that will work. However, I wonder if Beam should upgrade to a newer version for test purposes as well?

Any thoughts @Abacn, @johnjcasey @an2x?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants