kumait / kafkavisualizer

Kafka GUI Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka Visualizer

Kafka Visualizer is a Kafka GUI client.

It is mainly used to monitor and produce messages in Kafka Clusters for debugging purposes.

Download

Kafka Visualizer is distributed as an executable JAR file, you can download the last release from the releases page.

You need Java 11 or newer.

java -jar kafkavisualizer-1.x.x.jar

Linux Display Scaling

On Linux, you might need to use the below command if you are using display scaling.

java -Dsun.java2d.uiScale=2 -jar kafkavisualizer-1.x.x.jar

About

Kafka GUI Client

License:GNU General Public License v3.0


Languages

Language:Java 100.0%