Skip to content

Commit

Permalink
Cherry-pick to 7.10: Adding Kafka version 2.2 (#22328) (#22341)
Browse files Browse the repository at this point in the history
* Adding Kafka version 2.2 (#22328)

* Adding Kafka version 2.2

* Adding CHANGELOG entry

* Fixing CHANGELOG
  • Loading branch information
ycombinator authored Nov 3, 2020
1 parent 6828089 commit aedf123
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 @@ -541,6 +541,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Cloud Foundry metadata is cached to disk. {pull}20775[20775]
- Add option to select the type of index template to load: legacy, component, index. {pull}21212[21212]
- Release `add_cloudfoundry_metadata` as GA. {pull}21525[21525]
- 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 aedf123

Please sign in to comment.