Skip to content

Commit

Permalink
Update input-kafka.asciidoc to indicate required version for Kafka 4.0 (
Browse files Browse the repository at this point in the history
#41540) (#41674)

Update input-kafka.asciidoc to indicate required version for Kafka 4.0
  • Loading branch information
mergify[bot] authored Nov 22, 2024
1 parent 3cd5905 commit dfd0a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/inputs/input-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The Kafka client id (optional).
[float]
===== `version`

The version of the Kafka protocol to use (defaults to `"1.0.0"`).
The version of the Kafka protocol to use (defaults to `"1.0.0"`). When using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`.

[float]
===== `initial_offset`
Expand Down
4 changes: 2 additions & 2 deletions libbeat/outputs/kafka/docs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif::[]
==== Compatibility

This output can connect to Kafka version 0.8.2.0 and later. Older versions
might work as well, but are not supported.
might work as well, but are not supported. When using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`

==== Configuration options

Expand All @@ -69,7 +69,7 @@ The cluster metadata contain the actual Kafka brokers events are published to.

===== `version`

Kafka protocol version that {beatname_uc} will request when connecting. Defaults to 1.0.0.
Kafka protocol version that {beatname_uc} will request when connecting. Defaults to 1.0.0. When using Kafka 4.0 and newer, the version must be set to at least `"2.1.0"`

Valid values are all kafka releases in between `0.8.2.0` and `2.6.0`.

Expand Down

0 comments on commit dfd0a08

Please sign in to comment.