Skip to content

A Java Agent to expose consumer lag metrics to a JMX endpoint

Notifications You must be signed in to change notification settings

purbon/kafka-consumer-lag-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Consumer Lag agent for Apache Kafka

This repository is an on-going example on creating a custom monitoring agent for Apache Kafka.

It is known in the Apache Kafka community, but as well in other streaming cases that monitoring the consumer lag is a very important metric to obtain. However it is not that easy to get in Apache Kafka, without adding an external agent.

This repo shows, how to add a custom monitoring agent where the user can get custom JMX metrics in a similar fashion as the other Kafka metrics.

NOTE: This is a living repo, work in progress for now.

All contributions as very welcome!

About

A Java Agent to expose consumer lag metrics to a JMX endpoint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published