This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bc59db  Supplement UserGuide for RocketMQ 5.0 (#208)
2bc59db is described below

commit 2bc59db3409ebc7293b1c8f68bd4bc149036cb13
Author: Akai <91858554+1294566...@users.noreply.github.com>
AuthorDate: Thu Jun 13 15:22:38 2024 +0800

    Supplement UserGuide for RocketMQ 5.0 (#208)
    
    * Support UserGuide for new feature
    
    * update userGuide md
    
    * update userGuide md
    
    ---------
    
    Co-authored-by: yuanziwei <yuanzi...@xiaomi.com>
---
 docs/1_0_0/UserGuide_CN.md | 12 ++++++++++++
 docs/1_0_0/UserGuide_EN.md | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/docs/1_0_0/UserGuide_CN.md b/docs/1_0_0/UserGuide_CN.md
index 0bf62a4..291b1c1 100755
--- a/docs/1_0_0/UserGuide_CN.md
+++ b/docs/1_0_0/UserGuide_CN.md
@@ -63,6 +63,18 @@
 * 根据消息主题和消息Id进行消息的查询
 * 消息详情可以展示这条消息的详细信息,查看消息对应到具体消费组的消费情况(如果异常,可以查看具体的异常信息)。可以向指定的消费组重发消息。
 
+## RocketMQ-V5.0 仪表盘
+* 版本切换
+  * RocketMQ右上角可切换不同版本,用户可以自主选择 RocketMQ-5.x 或 RocketMQ-4.x 版本
+* 主题页面 
+  * 支持延迟/顺序/事务消息的筛选
+  * 支持延迟/顺序/事物/普通等多种消息类型主题的新增与更新
+* 消费页面
+  * 支持顺序消费类型订阅组的过滤
+  * 提供顺序消费类型订阅组的新增与更新,如果需要开启顺序消费,FIFO类型的订阅组一定需要打开consumeOrderlyEnable选项
+* 代理页面(RocketMQ 5.0新增) 
+  * 支持代理节点的新增与查询
+  * 支持代理节点地址配置:在application.yml中可对proxyAddr和proxyAddrs属性进行预配置
 
 ## HTTPS 方式访问Dashboard
 * HTTPS功能实际上是使用SpringBoot提供的配置功能即可完成,首先,需要有一个SSL 
KeyStore来存放服务端证书,可以使用本工程所提供的测试密钥库:
diff --git a/docs/1_0_0/UserGuide_EN.md b/docs/1_0_0/UserGuide_EN.md
index fd469d2..b896dbc 100644
--- a/docs/1_0_0/UserGuide_EN.md
+++ b/docs/1_0_0/UserGuide_EN.md
@@ -64,6 +64,18 @@
 * look over this message's detail info.you can see the message's consume 
state(each group has one line),show the exception message if has exception.
 you can send this message to the group you selected
 
+## RocketMQ-V5.0 dashboard
+* Version switching
+  * RocketMQ can switch between different versions in the upper right corner, 
and users can freely choose between RocketMQ-5.X or RocketMQ-4.X versions
+* Theme page
+  * Support filtering of delayed/sequential/transaction messages
+  * Support the addition and update of multiple message types such as delay, 
sequence, object, and ordinary themes
+* Consumption page
+  * Support filtering of subscription groups for fifo consumption types
+  * Provide the addition and update of subscription groups for sequential 
consumption types. If fifo consumption needs to be enabled, FIFO type 
subscription groups must have the consumeOrderlyEnable option enabled
+* Proxy page (Added in RocketMQ 5.0)
+  * Support for adding and querying proxy nodes
+  * Support proxy node address configuration: ProxyAddr and proxyAddrs 
properties can be pre configured in application.yml
 
 ## Access Dashboard with HTTPS
 * SpringBoot itself has provided the SSL configuration. You can use the 
project test Keystore:resources/rmqcngkeystore.jks. The store is generated with 
the following unix keytool commands:

Reply via email to