Go to file
R. Tyler Croy 18c99ad79c Add the simple Gradle infrastructure necessary to build and test the project 2015-01-09 15:55:35 -08:00
gradle/wrapper Initial commit 2015-01-09 15:40:46 -08:00
src/main/groovy/com/github/lookout/verspaetung Add the simple Gradle infrastructure necessary to build and test the project 2015-01-09 15:55:35 -08:00
.gitignore Initial commit 2015-01-09 15:40:46 -08:00
README.md Initial commit 2015-01-09 15:40:46 -08:00
build.gradle Add the simple Gradle infrastructure necessary to build and test the project 2015-01-09 15:55:35 -08:00
gradle.properties Add the simple Gradle infrastructure necessary to build and test the project 2015-01-09 15:55:35 -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.