Hi, Srinivas Devaki !

There are Kafka JMX metrics - NumGroupsCompletingRebalance and 
NumGroupsPreparingRebalance. I think you can monitor them by some application 
and calculate statistic. 
As for us - we added Jolokia agent to our Kafka docker image and Jolokia expose 
all JMX metrics via HTTP. We run additional service which gets necessary 
metrics from this endpoint and analyse them.

On 2020/08/23 16:39:35, "Devaki, Srinivas" <me@eightnoteight.space> wrote: 
> Hi Folks,
> 
> I’m trying to find the consumer group rebalancing events, so to plot how
> much time consumer groups usually take in rebalancing during application
> deployments.
> 
> I’ve tried to check the logs of `server.log`, `controller.log`,
> `state-change.log`. but couldn’t find anything about rebalancing.
> 
> 
> Thanks & Regards
> Srinivas Devaki
> sre @ zomato
> 

Reply via email to