Skip to content

Commit

Permalink
Adding Kafka version 2.2 (#22328)
Browse files Browse the repository at this point in the history
* Adding Kafka version 2.2

* Adding CHANGELOG entry
  • Loading branch information
ycombinator committed Nov 2, 2020
1 parent 867702e commit 89f38cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add support for OpenStack SSL metadata APIs in `add_cloud_metadata`. {pull}21590[21590]
- Add cloud.account.id for GCP into add_cloud_metadata processor. {pull}21776[21776]
- Add proxy metricset for istio module. {pull}21751[21751]
- Added Kafka version 2.2 to the list of supported versions. {pull}22328[22328]

*Auditbeat*

Expand Down
1 change: 1 addition & 0 deletions libbeat/common/kafka/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ var (
"2.0.1": sarama.V2_0_1_0,
"2.0": sarama.V2_0_1_0,
"2.1": sarama.V2_1_0_0,
"2.2": sarama.V2_2_0_0,
"2": sarama.V2_1_0_0,
}
)
Expand Down

0 comments on commit 89f38cd

Please sign in to comment.