Yes, if you read the upgrade documentation, you'll see "it is important to
upgrade your Kafka clusters before upgrading your clients" mentioned:
http://kafka.apache.org/documentation.html#upgrade
It is also a common question in the mailing lists. It should probably be in
the FAQ.
Ismael
On Tue,
Is this documented somewhere?
On Mon, May 30, 2016 at 8:16 PM, Ismael Juma wrote:
> Hi Mikael,
>
> This is expected. Older clients work with newer brokers, but newer clients
> don't work with older brokers.
>
> Ismael
> On 30 May 2016 17:29, "Mikael Ståldal" wrote:
>
> > I am experiencing compa
Hi Mikael,
This is expected. Older clients work with newer brokers, but newer clients
don't work with older brokers.
Ismael
On 30 May 2016 17:29, "Mikael Ståldal" wrote:
> I am experiencing compatibility issues between different versions of Kafka
> server and kafka-clients library.
>
> kafka-cl
I am experiencing compatibility issues between different versions of Kafka
server and kafka-clients library.
kafka-client 0.8.2.2 to Kafka server 0.9.0.1 works fine,
but when using kafka-client 0.9.0.1 to Kafka server 0.8.2.2 I get timeout
when waiting for the future returned by Producer.send(). T