1.0.0 supports brokers with version 0.10.0 and higher.
Ismael
On Tue, Apr 3, 2018 at 6:36 AM, Nomar Morado wrote:
> Hi,
>
> I am trying to access my Kafka brokers using springbok 2.0 which is using
> Kafka-client 1.0.0 and it seems like running into timeout exceptions
> waiting for metadata upd
You definitively cannot use 1.0.0 to access a 0.9.0.1 broker. Amongst many
other changes, I can think of the new OUTSIDE listener and breaking changes
in the protocol...
Salu2,
Quique.
2018-04-03 15:36 GMT+02:00 Nomar Morado :
> Hi,
>
> I am trying to access my Kafka brokers using springbok 2.0
Hi,
I am trying to access my Kafka brokers using springbok 2.0 which is using
Kafka-client 1.0.0 and it seems like running into timeout exceptions
waiting for metadata update.
Not sure if we can use 1.0.0 client for my 0.9.0.1 broker - anyone has
thoughts on this?
Thanks.