Spring-kafka introductory learning (2): Kafka Tool, a visualization tool for Kafka

table of Contents

One, Kafka tool introduction

2. Download and install

Three, simple to use

1 Enter the installation directory, double-click kafkatool.exe to start

2 Connect to Kafka cluster

3 Configure to display the Kafka message body in the form of a string

4 view messages 


One, Kafka tool introduction

Kafka tools are GUI applications for managing and using Apache Kafka® clusters. It provides an intuitive UI that allows users to quickly view objects in the Kafka cluster and messages stored in cluster topics. It contains functions for developers and administrators. Some key features include

  • Quickly view all your Kafka clusters, including their brokers, topics and consumers
  • View the content of the messages in the section and add new messages
  • View consumer offsets, including Apache Storm Kafka spout consumers
  • Display JSON and XML messages in a beautiful format
  • Add and delete themes and other management functions
  • Save a single message from your partition to the local hard drive
  • Write your own plug-in that allows you to view custom data formats
  • Kafka tools can be run on Windows, Linux and Mac OS

2. Download and install

Download link: http://www.kafkatool.com/download.html 

Just install it directly

Three, simple to use

1 Enter the installation directory, double-click kafkatool.exe to start

2 Connect to Kafka cluster

 

3 Configure to display the Kafka message body in the form of a string

4 view messages 

 

Guess you like

Origin blog.csdn.net/cs373616511/article/details/106036758
Recommended