Hi, If this lag is exposed via JMX, you can monitor it with https://github.com/sematext/sematext-agent-java You'll just need to adjust the Kafka integration in https://github.com/sematext/sematext-agent-integrations/tree/master/kafka
This can ship Kafka metrics to InfluxDB or Sematext. Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Tue, Dec 18, 2018 at 7:45 PM Saravanan B <lookforsa...@gmail.com> wrote: > Hi Team, > > We have few kafka clusters replicating & we would like to monitor the lag > per topic on source, in mirror maker we have configured CONSUMER_GROUP_ID & > replication is working fine. > > When i run "kafka-consumer-groups.sh --list --bootstrap-server > bootstrap.kafka:9092" , i dnt find the consumer group listed in the source > kafka cluster. > > Please let me know how we can get the lag per topic using describe consumer > group for mirror maker. > > Thanks a lot in advance >