1

I am looking for a kafka rest api which will list the same details as

kafka-consumer-groups.sh - - describe

Would return, basically i am trying to get the details of offset of each partition and its lag for a particular consumer group

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Abhishek
  • 519
  • 1
  • 6
  • 24

1 Answers1

0

There's several tools outside of Kafka to do this

Remora https://github.com/zalando-incubator/remora

LinkedIn Burrow

Various Prometheus Kafka lag exporters

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245