RE: kafka client 1.1.0 broker compatibility

2018-11-14 Thread Dayananda S
binaries? Or anything else needs to be done. -Original Message- From: Matthias J. Sax Sent: 22 October 2018 22:15 To: users@kafka.apache.org Subject: Re: kafka client 1.1.0 broker compatibility If Logstash's internal client is 1.1.0, it is be compatible with Kafka brokers 2.0.0.

RE: kafka client 1.1.0 broker compatibility

2018-10-23 Thread Dayananda S
Thanks Matthias. Your info was helpful. -Original Message- From: Matthias J. Sax Sent: 22 October 2018 22:15 To: users@kafka.apache.org Subject: Re: kafka client 1.1.0 broker compatibility If Logstash's internal client is 1.1.0, it is be compatible with Kafka brokers 2.0.0.

Re: kafka client 1.1.0 broker compatibility

2018-10-22 Thread Matthias J. Sax
If Logstash's internal client is 1.1.0, it is be compatible with Kafka brokers 2.0.0. Note: Brokers are always backward compatible to older clients (your case). Additionally, since, 0.10.0.0 release, broker are also forward compatible to newer clients. -Matthias On 10/22/18 4:06 AM, Dayananda S

kafka client 1.1.0 broker compatibility

2018-10-22 Thread Dayananda S
Looking for an updated broker compatibility chart for Kafka client 1.1.0. Basically kafka input plugin for Logstash uses kafka client 1.1.0 and I wanted to check if this plugin supports kafka broker v2(latest version) Disclaimer