This project is a cross-platform Kafka GUI client. A star would be appreciated to support the open-source effort by the author. Thank you!
A similarly powerful Elasticsearch client
ES-King
: https://github.com/Bronya0/ES-King
- View the list of cluster nodes, dynamically configure broker and topic settings.
- Support for consumer clients to consume messages from specified topics with group, size, and timeout parameters, displaying message details in tabular form.
- Support for PLAIN, SSL, SASL, Kerberos, sasl_plaintext, etc.
- Create (supports batch operations) and delete topics, specifying replicas and partitions.
- Statistics on each topic's total message count, committed offset, and lag for each consumer group.
- Detailed information about topic partitions (offsets), with support for adding additional partitions.
- Simulate producer behavior, send messages in batches with headers and partition specifications.
- Topic and partition health checks (completed).
- View consumer groups and individual consumers.
- Offset inspection reports.
Download from the right side or visit the release page. Expand 【Assets】and choose the version suitable for your platform, supporting Windows, macOS, Linux.
Important Notes:
- 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. - 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.
- SASL users should enable SASL and select the appropriate SASL protocol (usually plain), then enter the username and password.
- 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
Offset inspection feature introduced in v0.33 offers an intuitive view of message backlog. Topic list with various operation options. Message viewing interface.
Manual build is only necessary for those who wish to study the source code.
cd app
wails dev
Apache-2.0 license
- 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/#/
Support Chinese, Japanese, English, Korean, Russian and other languages
Fix or add new language:#51