Skip to content
forked from splee/burrower

A small project to report offset lag for Kafka Consumer Groups via Burrow.

Notifications You must be signed in to change notification settings

Omnistac/burrower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burrower

A simple tool to calculate the lag of a given consumer group from Burrow and report it to InfluxDB.

NOTE: While this code seems stable, it has not been extensively tested. If you have any problems please open an issue (or better yet, a pull request).

Usage

  1. git clone https://github.com/splee/burrow.git
  2. Create a package jar for metrics-influxdb and place in <project_root>/lib/
  3. cd burrow && sbt assembly
  4. Update configuration (example: burrow/conf/application.conf.example)
  5. java -cp target/scala-2.11/burrower-0.1.jar:conf/ com.github.splee.burrower.OffsetMonitor

About

A small project to report offset lag for Kafka Consumer Groups via Burrow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%