Re: Kafka 0.9 client producer compatibility with Kafka 0.8.2 broker

2016-01-13 Thread Ismael Juma
Hi Rajiv, This is expected. Newer broker versions support older client versions, but newer client versions don't support older broker versions. Ismael On Wed, Jan 13, 2016 at 10:54 PM, Rajiv Kurian wrote: > We just upgraded one of our Kafka client producers from 0.8.2 to 0.9. Our > broker is s

Kafka 0.9 client producer compatibility with Kafka 0.8.2 broker

2016-01-13 Thread Rajiv Kurian
We just upgraded one of our Kafka client producers from 0.8.2 to 0.9. Our broker is still running 0.8.2. I knew that the new 0.9 consumer requires the new broker and I was under the impression that the new producer would still work with the old broker. However this doesn't seem to be the case. I k