Closed fw0037 closed 1 month ago
This issue doesn't have a Team:<team>
label.
Hi! We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale
to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1
.
Thank you for your contribution!
I found such description in file https://github.com/elastic/beats/blob/v7.17.9/libbeat/common/kafka/version.go : // Version is a kafka version type Version string var ( // Sarama expects version strings to be fully expanded, e.g. "1.1.1". // We also allow versions to be specified as a prefix, e.g. "1", // understood as referencing the most recent version starting with "1". // truncatedKafkaVersions stores a lookup of the abbreviations we accept. truncatedKafkaVersions = map[string]sarama.KafkaVersion{ "0.8.2": sarama.V0_8_2_2, "0.8": sarama.V0_8_2_2,
)
Now the question is how to judge which version of Kafka filebeat7.17.9 really corresponds to? kafka version 2.6 , or others?