Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purbon/kafka-consumer-lag-agent
A Java Agent to expose consumer lag metrics to a JMX endpoint
https://github.com/purbon/kafka-consumer-lag-agent
consumer-lag jmx kafka monitoring
Last synced: 15 days ago
JSON representation
A Java Agent to expose consumer lag metrics to a JMX endpoint
- Host: GitHub
- URL: https://github.com/purbon/kafka-consumer-lag-agent
- Owner: purbon
- Created: 2020-06-07T17:44:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T00:58:19.000Z (about 2 years ago)
- Last Synced: 2024-10-31T05:51:42.470Z (2 months ago)
- Topics: consumer-lag, jmx, kafka, monitoring
- Language: Java
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!