Customer Self-Service Portal

Plugin to show metrics specific to Kafka consumer group and topic lag partition wise without confluent platform.

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