Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Mortimerp9/KafkaTail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Tail

This is a little webapp that you can run locally to monitor the tail of your kafka queues. It is somehow equivalent to doing a tail -f on a file: you select a topic, and you will see the latest messages on the queue.

This is still a work in progress

Usage

This is not yet distributed as a package, so you will need scala and sbt on your machine, then you can clone this repository, type sbt run zk0,zk1,zk2 on the command line (where zk0... is your Zookeeper connection) and open your browser at http://localhost:8000/index.html.

About

A webapp to monitor messages in Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published