Re: Kafka Consumer Lag Monitoring

2023-05-10 Thread Raphael Mazelier
I'm not sure to follow you: either mine - https://github.com/ut0mt8/yakle or - https://github.com/danielqsj/kafka_exporter or - https://github.com/redpanda-data/kminion export consumer-group lag metrics. All works. best, -- Raphael Mazelier On 10/05/2023 22:47, Akshay Kumar wrote: Hello te

Re: Kafka Consumer Lag Monitoring

2023-05-10 Thread Akshay Kumar
as well.Sent from my Galaxy > Original message From: Akshay Kumar > Date: 5/9/23 20:14 (GMT+01:00) To: > users@kafka.apache.org Subject: Kafka Consumer Lag Monitoring Hello > team,I am using Zookeeper less Kafka (Kafka Kraft - version 3.3.1). I > wanted to monitor consume

Re: Kafka Consumer Lag Monitoring

2023-05-09 Thread Akshay Kumar
Hello team, JMX might not help as Kafka JMX doesn't provide Kafka.consumer Mbeans. However, this Mbean is provided by consumer application. So I am trying to fetch JMX data from the consumer application with the help of Zabbix, but I'm unable to fetch proper data. JMX keys tried - - jmx.d

Re: Kafka Consumer Lag Monitoring

2023-05-09 Thread Santhosh Kumar
Hi Akshay Burrow is a popular open-source tool for monitoring the consumer lag in Apache Kafka. However, Burrow depends on ZooKeeper to access the Kafka metadata and track the consumer lag. Therefore, it is not possible to use Burrow without ZooKeeper. Since you are using Kafka version 3.3.1, you

RE: Kafka Consumer Lag Monitoring

2023-05-09 Thread raph
@kafka.apache.org Subject: Kafka Consumer Lag Monitoring Hello team,I am using Zookeeper less Kafka (Kafka Kraft - version 3.3.1). I wanted to monitor consumer lag, so I was using Burrow for that, but I am unable to use Burrow without Zookeeper.Does Burror work without Zookeeper?Or what is the better or best

Kafka Consumer Lag Monitoring

2023-05-09 Thread Akshay Kumar
Hello team, I am using Zookeeper less Kafka (Kafka Kraft - version 3.3.1). I wanted to monitor consumer lag, so I was using Burrow for that, but I am unable to use Burrow without Zookeeper. Does Burror work without Zookeeper? Or what is the better or best way to monitor consumer lag and lag hist