[metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0#45761
Merged
stefans-elastic merged 4 commits intoelastic:mainfrom Aug 11, 2025
Merged
[metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0#45761stefans-elastic merged 4 commits intoelastic:mainfrom
stefans-elastic merged 4 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
shmsr
reviewed
Aug 7, 2025
shmsr
reviewed
Aug 7, 2025
mykola-elastic
approved these changes
Aug 8, 2025
shmsr
approved these changes
Aug 8, 2025
ishleenk17
approved these changes
Aug 11, 2025
Merged
6 tasks
stefans-elastic
added a commit
that referenced
this pull request
Aug 14, 2025
…sion from 3.6.0 to 2.1.0 (#45970) * [metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0 (#45761) * [metricbeat][kafka] change kafka protocol version frpm 3.6.0 to 2.1.0 * update changelog * add version notes in the code (cherry picked from commit 2515ddf) * cleanup CHANGELOG.next.asciidoc --------- Co-authored-by: stefans-elastic <stefan.stas@elastic.co>
stefans-elastic
added a commit
that referenced
this pull request
Aug 14, 2025
…sion from 3.6.0 to 2.1.0 (#45973) * [metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0 (#45761) * [metricbeat][kafka] change kafka protocol version frpm 3.6.0 to 2.1.0 * update changelog * add version notes in the code (cherry picked from commit 2515ddf) # Conflicts: # metricbeat/module/kafka/consumergroup/consumergroup.go # metricbeat/module/kafka/partition/partition.go * resolve conflicts --------- Co-authored-by: stefans-elastic <stefan.stas@elastic.co>
stefans-elastic
added a commit
that referenced
this pull request
Aug 14, 2025
…ion from 3.6.0 to 2.1.0 (#45974) * [metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0 (#45761) * [metricbeat][kafka] change kafka protocol version frpm 3.6.0 to 2.1.0 * update changelog * add version notes in the code (cherry picked from commit 2515ddf) * cleanup CHANGELOG.next.asciidoc --------- Co-authored-by: stefans-elastic <stefan.stas@elastic.co>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
[metricbeat][kafka] change kafka protocol version from 3.6.0 to 2.1.0 to ensure module compatibility with Kafka 2.x
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Testing was performed with Kafka 2.2.0 and Kafka 3.6.0:

Kafka 2.2.0
Kafka 3.6.0

Also tests were performed with locally built elastic-agent (that included this change):

Kafka 2.2.0
Kafka 3.6.0

Logs