Re: How to know which consumer member causes rebalance

2017-03-08 Thread Yifan Ying
Some more details about the consumer setup: - version 0.10.1.1 - the topic has 400 partitions - consumers are running on 200 mesos instances, and each instance is running 2 KafkaConsumer threads Yifan On Wed, Mar 8, 2017 at 11:46 PM, Yifan Ying wrote: > Hi, > > We are running a gr

How to know which consumer member causes rebalance

2017-03-08 Thread Yifan Ying
Hi, We are running a group of Kafka consumers on 200 mesos instances and we are observing constant Revoking/Rejoining in our consumer logs. But it's hard to tell which consumer member initially caused this issue as every consumer needs re-join in this case. Is there a good way to find out that 'ba