Go to file
R. Tyler Croy afd2ee8567 Introduce the TreeWatcher objects for transforming events into something tangible
References #2
2015-01-17 16:51:26 -08:00
gradle/wrapper Initial commit 2015-01-09 15:40:46 -08:00
src Introduce the TreeWatcher objects for transforming events into something tangible 2015-01-17 16:51:26 -08:00
.gitignore Initial commit 2015-01-09 15:40:46 -08:00
LICENSE.md Add the MIT license 2015-01-09 15:57:05 -08:00
README.md Introduce the TreeWatcher objects for transforming events into something tangible 2015-01-17 16:51:26 -08:00
build.gradle Exploring using curator's TreeCache for grabbing an entire ZK sub-tree 2015-01-17 14:42:24 -08:00
gradle.properties Exploring using curator's TreeCache for grabbing an entire ZK sub-tree 2015-01-17 14:42:24 -08:00
gradlew Initial commit 2015-01-09 15:40:46 -08:00
gradlew.bat Initial commit 2015-01-09 15:40:46 -08:00

README.md

Verspätung

Verspätung is a small utility which aims to help identify delay of Kafka consumers.

Verspätung monitors the topics and their latest offsets by talking to Kafka, it will also keep track of how far along consumers are by monitoring the offsets that they have committed to Zookeeper. Using both of these pieces of information, Verspätung computs the delta for each of the consumer groups and reports it to statsd.

Hacking

  • Running tests: ./gradlew check
  • Running the app locally: ./gradlew run -PzookeeperHosts=localhost:2181
  • Building the app for distribution: ./gradlew shadowJar