Re: Monitoring Mirror Maker Lag & source

2019-01-01 Thread Pere Urbón Bayes
Hi, as otis have already shared this is accessible through the jmx metrics in Apache Kafka. You can find a comprehensive list from https://kafka.apache.org/documentation/#monitoring at the end of the day you can pull this into any monitoring solution that can pull from jmx, for example Jolokia+E

Re: Monitoring Mirror Maker Lag & source

2018-12-28 Thread Otis Gospodnetić
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 -- M

Monitoring Mirror Maker Lag & source

2018-12-18 Thread Saravanan B
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 consum