Skip to content

opennms-forge/kafka-lag-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kafka-lag-monitor

This is an app which monitors kafka offsets and log size on (consumergroup, topic) and provides lag information

compile:

mvn install

sample command:

java -jar target/kafka-lag-monitor

optional arg: --kafkaHost <hostName>, default is localhost:9092

Rest API :

A simple Rest API provides lag information on localhost:8090/topics/{topic-name}/offset

credits:

This code is mostly derived from https://github.com/srotya/kafka-lag-monitor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages