Kafka-King

Kafka-King is a kafka GUI client that supports various systems and is compact and easy to use. This is made of Wails+vue3
Kafka-King function list
- View the cluster node list, support dynamic configuration of broker and topic configuration items
 - Supports consumer clients, consumes the specified topic, size, and timeout according to the specified group, and displays the message information in various dimensions in a table
 - Supports PLAIN, SSL, SASL, kerberos, sasl_plaintext, etc. etc.
 - Create topics (support batches), delete topics, specify replicas, partitions
 - Support statistics of the total number of messages, total number of submissions, and backlog for each topic based on consumer groups
 - Support viewing topics Detailed information (offset) of the partition, and support adding additional partitions
 - Support simulated producers, batch sending messages, specify headers, partitions
 - Health check
 - Support viewing consumer groups , Consumer- ……