Go to All Forums

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

Get the list of consumers for a consumer group
bin/kafka-consumer-groups --bootstrap-server <kafka-broker>:9092 --describe --group sample-consumer-group
We would like to have a plugin to shows the lag for the provided consumer group or for all the groups, CURRENT-OFFSET, LOG-END-OFFSET and partition used details.

Like (0) Reply
Replies (0)