mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-19 02:55:42 +08:00
* docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * docs(docs): add rocketmq Chinese docs 1. update README.md 2. create 'docs' folder and 'cn' folder 3. create an new README.md in 'cn' * fix(console,runtime):fix spell error in userguide 1. add new features in runtime readme.md 2. fix some spell error in console doc Close #460
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# RocketMQ使用文档
|
||||
|
||||
## 运维页面
|
||||
* 你可以修改这个服务使用的navesvr的地址
|
||||
* 你可以修改这个服务使用的namesrv的地址
|
||||
* 你可以修改这个服务是否使用VIPChannel(如果你的mq server版本小于3.5.8,请设置不使用)
|
||||
|
||||
## 驾驶舱
|
||||
@@ -31,7 +31,7 @@
|
||||
* topic配置(查看变更当前的配置)
|
||||
* 发送消息(向这个主题发送一个测试消息)
|
||||
* 重置消费位点(分为在线和不在线两种情况,不过都需要检查重置是否成功)
|
||||
* 删除主题 (会删除掉所有broker以及namesvr上的主题配置和路由信息)
|
||||
* 删除主题 (会删除掉所有broker以及namesrv上的主题配置和路由信息)
|
||||
|
||||
## 消费者页面
|
||||
* 展示所有的消费组,可以通过搜索框进行过滤
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# RocketMQ User Guide
|
||||
|
||||
## OPS Page
|
||||
* You can change console's namesvrAddr here
|
||||
* You can change console's namesrvAddr here
|
||||
* You can change the value of useVIPChannel here (if you rocketMQ version < 3.5.8,the value of useVIPChannel should be false)
|
||||
|
||||
## DashBoard Page
|
||||
@@ -31,7 +31,7 @@
|
||||
* TOPIC CONFIG(check or change the topic's config)
|
||||
* SEND MESSAGE(send a test message)
|
||||
* Reset CONSUMER OFFSET (the consumer online or not online is different,you need check the reset result)
|
||||
* DELETE (will delete the topic on all broker and namesvr)
|
||||
* DELETE (will delete the topic on all broker and namesrv)
|
||||
|
||||
## Consumer Page
|
||||
* show all the consumers,you can filter consumer by search bar
|
||||
|
||||
Reference in New Issue
Block a user