5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 14:59:25 +08:00
wails/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community/showcase/kafka-king.mdx
bronya0 d730c963f4
docs: add Kafka King to showcase (#3964)
* add showcase img

* Create kafka-king.mdx

* add showcase

* Update kafka-king.mdx

* Delete website/static/img/showcase/kafka-King-img_3.png

* Create kafka-king.mdx

* Create kafka-king.mdx
2024-12-23 21:01:18 +11:00

23 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [Kafka-King](https://github.com/Bronya0/Kafka-King)
```mdx-code-block
<p style={{ "text-align": "center" }}>
<img src={require("@site/static/img/showcase/kafka-King-img_3.webp").default} />
<br />
</p>
```
[Kafka-King](https://github.com/Bronya0/Kafka-King) 是一个支持各种系统、小巧易用的 kafka GUI 客户端。
这是由Wails+vue3制作的
# Kafka-King功能列表
- [x] 查看集群节点列表支持动态配置broker和topic配置项
- [x] 支持consumer客户端根据指定的group消费指定的topic、size、timeout并将消息信息以表格形式展示在各个维度
- [x] 支持PLAIN、SSL、SASL、kerberos、sasl_plaintext等
- [x] 创建topic支持批量、删除topic、指定replicas、partitions
- [x] 支持根据consumer group统计每个topic的消息总数、提交总数、backlog数量
- [x] 支持查看topic分区的详细信息offset支持添加额外的分区
- [x] 支持模拟producer批量发送消息指定headers、partitions
- [x] 健康检查
- [x] 支持查看consumer group、consumer……