Skip to content

lucarota/kafkavisualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%