Re: Partition Reassignments stopped working

2019-09-20 Thread Rajesh Adhikari
This reassign partition for how many topics ? I have seen some time when  there is a reassign of partition for too many topic  then it takes a long time but feels as if its stuck. ThanksRajesh Adhikari  On Thursday, September 19, 2019, 01:46:43 PM PDT, Devin Kramer wrote: Resolution t

Re: Question on Kafka Client Upgrade

2019-09-20 Thread M. Manna
Wow totally missed the confluent link - appreciate the response here. I guess we can somehow create a cwiki page to briefly list this. I’ll start a thread if possible. Thanks a bunch... On Fri, 20 Sep 2019 at 09:42, Karolis Pocius wrote: > That should not be a problem as java clients support b

Re: Question on Kafka Client Upgrade

2019-09-20 Thread Karolis Pocius
I'm pretty sure this won't work. Retrieving protocol version was added in 0.10, allowing clients to be "bidirectionally" compatible. See https://www.confluent.io/blog/upgrading-apache-kafka-clients-just-got-easier/ In your case you probably want to upgrade brokers to at least 0.10.* and then you c

Re: Question on Kafka Client Upgrade

2019-09-20 Thread Karolis Pocius
That should not be a problem as java clients support bidirectional compatibility. See https://www.confluent.io/blog/upgrading-apache-kafka-clients-just-got-easier/ The “bidirectional” client compatibility work done in KIP-35 >