Skip to content

jahyun-dev/kafka-viewer

Repository files navigation

Kafka Viewer

Browse kafka topics

  • list topics
  • tail topic message
    • json format only

(This project was created to learn Clojure)

Screenshots

view topics topic-list

view topic message topic-list

Build

lein uberjar

Run

  • BOOTSTRAP_SERVERS: comma-separated list of host and port pairs that are the addresses of the Kafka brokers
  • PORT: web server port
# Download jar
RELEASE="0.1.0"
wget https://github.com/jahyun-dev/kafka-viewer/releases/download/${RELEASE}/kafka-viewer.jar

# Configs
export BOOTSTRAP_SERVERS="localhost:9092"
export PORT=8080

# Run
java -jar kafka-viewer.jar

License

The MIT License
http://opensource.org/licenses/MIT

About

kafka message viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published