-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[8.x](backport #42286) update kafka version used in testing to 3.6.0 #42689
Conversation
* update kafka version used in testing * some environment changes * boostrap * 3.6.0 versio change * Update metricbeat/module/kafka/_meta/healthcheck.sh Co-authored-by: Linu-Elias <[email protected]> * uncomment compose waiting * kafka 3.6.0 fix * fix mistake in path to adminclient.properties * fix kafka image link in docker-compose * fix libbeats kafka docker testing image * bump kafka to 2.13 * update kafka version in partition.go * update kafka version in docs --------- Co-authored-by: Khushi Jain <[email protected]> Co-authored-by: Linu-Elias <[email protected]> (cherry picked from commit fb79d49) # Conflicts: # metricbeat/module/kafka/consumergroup/consumergroup.go # metricbeat/module/kafka/consumergroup/consumergroup_integration_test.go # metricbeat/module/kafka/partition/partition.go # testing/environments/docker/kafka/Dockerfile
Cherry-pick of fb79d49 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
This pull request doesn't have a |
@stefans-elastic some conflicts here. |
@shmsr could you approve? (I've resolved issues) |
@shmsr nvm, it allows me to merge it |
Proposed commit message
Updated kafka version used in our integration tests
Based on #41833
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Kafka version 4.0 will not be compatible with client libraries using protocol version less than 2.1.0
Related issues
Closes #41654
This is an automatic backport of pull request #42286 done by Mergify.