Hi,
we're using Kafka Minion (named KMinion since v2) for this purpose:
https://github.com/cloudhut/kminion
It can export all kinds of metrics for a cluster and consumer groups,
including their lag.
Regards,
Jonas Seydel
On 23.04.21 11:20, Dumitru Nicolae Marasoiu wrote:
Hi, what is suggested way to emit lag into Prometheus? Is there a Kafka
Streams job for it? Is Burrow or Kafka Lag Exporter?
Emitting lag from the consumer is not a great option of course, so looking
at independent jobs that emit lag.
Do you know any? Thank you