mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 14:59:25 +08:00

* 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
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
# [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……
|