Hi, I am running kafka version 0.8.2.
I have scenarios where there is single producer client and multiple consumer clients. All consumers consume from the same topic. We differentiate consumers using the "consumerGroupId". Now I have a requirement where I need offset value for each consumer. I have tried using "kafka-consumer-offset-checker.sh" script and it gives me accurate results. I have also explored kafka MBeans and it doesn't give me this lag data at the server level. I am looking for best way to get the lag value and monitor it using kibana or grafana. Please suggest what is the best approach for this. Thanks and Regards Vikas Bhatia