Kafka Topics UI (part 2)
Effective browsing of Kafka data


Go to the New Version! How to explore data in Kafka

The new version of Kafka Topics UI is now available!
The new version implements the Rest proxy v2 API so make sure you upgrade το the right version of rest proxy.
Some of the outlined features include:
Seek to offset positions for a topic (beginning, end, specific offset)
Partition filtering
Tree and Flat table views
Download data samples
View in sync replicas and partitions
Quick start with the docker image:
docker run --rm -it -p 8000:8000 \
-e "KAFKA_REST_PROXY_URL=http://kafka-rest-proxy-host:port" \
-e "PROXY=true" \
landoop/kafka-topics-ui
Enjoy streaming and make sure your data is right with kafka-topics-ui!
If you are on previous rest proxy v1 API use the latest compatible version.