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

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.