You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: We recommended that you use matching Kafka client and broker versions. During upgrades, you should
41
-
upgrade brokers before clients because brokers target backwards compatibility. For example, the 0.9 broker
42
-
is compatible with both the 0.8 consumer and 0.9 consumer APIs, but not the other way around.
23
+
This input will read events from a Kafka topic.
24
+
25
+
This plugin uses Kafka Client 0.11.0. For broker compatibility, see the https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix[Kafka Compatibility Matrix].
26
+
27
+
If you are using a newer version of this plugin, you will want to read the https://www.elastic.co/guide/en/logstash/master/plugins-inputs-kafka.html[latest plugin version documentation].
0 commit comments