[ISSUE #4646] Document modification of rocketmq 5.0 automatic master-slave switching (#4645)

* Document modification of rocketmq 5.0 automatic master-slave switching mode

* Polish the document of controller
This commit is contained in:
rongtong
2022-07-21 11:38:02 +08:00
committed by GitHub
parent efbc4a1fcc
commit 8ccffa7e8a
5 changed files with 27 additions and 5 deletions
+1 -3
View File
@@ -2,7 +2,7 @@
## 前言
该文档主要介绍如何快速构建和部署基于 Controller 的可以自动切换的 RocketMQ 集群。
该文档主要介绍如何快速构建自动主从切换的 RocketMQ 集群。
详细的新集群部署和旧集群升级指南请参考 [部署指南](deploy.md)。
@@ -12,8 +12,6 @@
`cd rocketmq`
`git checkout -b controller_mode origin/5.0.0-beta-dledger-controller `
` mvn -Prelease-all -DskipTests clean install -U`
## 快速部署