# Kafka-King **Repository Path**: bronya0/Kafka-King ## Basic Information - **Project Name**: Kafka-King - **Description**: A modern and practical kafka GUI client | 一个现代、实用的kafka界面客户端。(本项目是github在码云上的备份) - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: wails - **Homepage**: https://github.com/Bronya0/Kafka-King - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2024-03-26 - **Last Updated**: 2025-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Image Title

Kafka King

![License](https://img.shields.io/github/license/Bronya0/Kafka-King) ![GitHub release](https://img.shields.io/github/release/Bronya0/Kafka-King) ![GitHub All Releases](https://img.shields.io/github/downloads/Bronya0/Kafka-King/total) ![GitHub stars](https://img.shields.io/github/stars/Bronya0/Kafka-King) ![GitHub forks](https://img.shields.io/github/forks/Bronya0/Kafka-King.svg?style=flat-square)

A modern, practical Kafka GUI client

English | 简体中文 | 日本語 | рускі | 한국인

This project is a kafka GUI client, adapted to various desktop systems (except Win7), supports kafka 0.8.0 to 3.8+ (the latest 4.0 is also supported by the test) > A similarly powerful Elasticsearch client `ES-King` : https://github.com/Bronya0/ES-King # Features of Kafka-King - [x] View the list of cluster nodes, dynamically configure broker and topic settings. - [x] Support for consumer clients to consume messages from specified topics with group, size, and timeout parameters, displaying message details in tabular form. - [x] Support for PLAIN, SSL, SASL, Kerberos, sasl_plaintext, etc. - [x] Support gzip、lz4、snappy、zstd compress and decompress - [x] Create (supports batch operations) and delete topics, specifying replicas and partitions. - [x] Statistics on each topic's total message count, committed offset, and lag for each consumer group. - [x] Detailed information about topic partitions (offsets), with support for adding additional partitions. - [x] Simulate producer behavior, send messages in batches with headers and partition specifications. - [x] Topic and partition health checks (completed). - [x] View consumer groups and individual consumers. - [x] Offset inspection reports. # Download Download from the right side or visit the [release page](https://github.com/Bronya0/Kafka-King/releases). Expand 【Assets】and choose the version suitable for your platform, supporting Windows, macOS, Linux. `Important Notes:` 1. **Before using, ensure that the `advertised.listeners` setting of your Kafka cluster is correctly configured. If not configured or if domain names are used, add corresponding domain name resolution entries in the hosts file of your local machine to avoid connection issues due to unresolved domain names, even when IP addresses are entered in King.** 2. **If your connection requires SSL, enable TLS and ignore verification unless you have a certificate, in which case enable TLS verification and provide the certificate path.** 3. **SASL users should enable SASL and select the appropriate SASL protocol (usually plain), then enter the username and password.** 4. **In case of webview2 runtime errors, download and reinstall the runtime from Microsoft's official website: https://developer.microsoft.com/en-us/microsoft-edge/webview2** # Screenshots Offset inspection feature introduced in v0.33 offers an intuitive view of message backlog. ![](docs/snap/img_5.png) Topic list with various operation options. ![](docs/snap/img.png) Message viewing interface. ![](docs/snap/img_3.png) # Participate in development Install golang, node.js, npm, and run `go install github.com/wailsapp/wails/v2/cmd/wails@latest` to install Wails CLI. ``` cd app wails dev ``` # License Apache-2.0 license # Acknowledgements - wails: https://wails.io/docs/gettingstarted/installation - naive ui: https://www.naiveui.com/ - franz-go: https://github.com/twmb/franz-go/ - xicons: https://xicons.org/#/ # TransLate Support Chinese, Japanese, English, Korean, Russian and other languages Fix or add new language:https://github.com/Bronya0/Kafka-King/issues/51