5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:30:22 +08:00

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
This commit is contained in:
bronya0 2024-12-23 18:01:18 +08:00 committed by GitHub
parent fc0aea1038
commit d730c963f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# [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) 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
- [x] View the cluster node list, support dynamic configuration of broker and topic configuration items
- [x] 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
- [x] Supports PLAIN, SSL, SASL, kerberos, sasl_plaintext, etc. etc.
- [x] Create topics (support batches), delete topics, specify replicas, partitions
- [x] Support statistics of the total number of messages, total number of submissions, and backlog for each topic based on consumer groups
- [x] Support viewing topics Detailed information (offset) of the partition, and support adding additional partitions
- [x] Support simulated producers, batch sending messages, specify headers, partitions
- [x] Health check
- [x] Support viewing consumer groups , Consumer- ……

View File

@ -0,0 +1,22 @@
# [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] クラスター ノード リストの表示、ブローカーおよびトピック構成項目の動的構成のサポート
- [x] コンシューマー クライアントのサポート、指定されたグループに従って指定されたトピック、サイズ、タイムアウトを消費し、さまざまなディメンションでメッセージ情報をテーブルに表示します
- [x] PLAIN、SSL、SASL、kerberos、sasl_plaintext などをサポートします
- [x] トピックの作成 (バッチのサポート)、トピックの削除、レプリカ、パーティションの指定
- [x] コンシューマー グループに基づく各トピックの合計メッセージ数、合計送信数、バックログの統計のサポート
- [x] トピックのパーティションの詳細情報 (オフセット) の表示のサポート、および追加パーティションの追加のサポート
- [x] シミュレートされたプロデューサーのサポート、メッセージのバッチ送信、ヘッダー、パーティションの指定
- [x] ヘルス チェック
- [x] コンシューマー グループの表示のサポート、Consumer- ……

View File

@ -0,0 +1,22 @@
# [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……

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB