We would like to have a plugin to shows the lag for the provided consumer group.
Currently, I need to monitor Kafka consumer and topic message lag. we are not using confluent platform to use the existing plugin. Could you please help us create plugin for this propose which would offer following metrics specific to consumer, topic and partitions used.
(GROUP NAME, TOPIC, PARTITION, CURRENT-OFFSET, LOG-END-OFFSET, LAG, CONSUMER-ID, HOST and CLIENT-ID)
By executing below command could get the result i wanted but plugin for this would be helpful.
bin/kafka-consumer-groups --bootstrap-server <kafka-broker>:9092 --describe --group sample-consumer-group
Hi Guest,
Thanks for your request.
We will analyze the Kafka consumer metrics and add them to our Plugins Roadmap. We will update in this thread, once we are done.
Regards,
Muralikrishnan
Product Manager