-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Right now the plugin is used relatively old version of Kafka client library (v2.5.1).
There are known consensus related bugs which are only fixed in v2.8.1 and v3.0.0 (https://issues.apache.org/jira/browse/KAFKA-12890, https://issues.apache.org/jira/browse/KAFKA-12983, https://issues.apache.org/jira/browse/KAFKA-12984).
We should look at upgrading the Kafka client library to either 2.8.1 or v3.0.0.
I opened a PR which does this in the old logstash-input-kafka repo which is still used in some places (logstash-plugins/logstash-input-kafka#341), but if there is interested, I could work on porting those changes on top of this repo.
aaronzirbes, jgregmac and andrewkro
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request