Re: Failure in committing offset due to group rebalance

2017-09-29 Thread Matt Sicker
What version of Kafka broker are you using? Up until one of the 0.10.x releases (forget which), you have to use the same version or earlier of the client library from what I remember. Compatibility is getting better from 0.11 onward (especially by the 1.0 release), but it's still rather confusing.

Re: Failure in committing offset due to group rebalance

2017-09-29 Thread wenxing zheng
We are using the Kafka version in the Confluent 3.0.0, so I think it should be 0.10.0.0-cp1. We need to get the Flume out of the timeout in order to get back to work again. Any advice? On Fri, Sep 29, 2017 at 10:34 PM, Matt Sicker wrote: > What version of Kafka broker are you using? Up until on