This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new ff94b99758 [ISSUE #9155] Update doc Deployment Context
ff94b99758 is described below
commit ff94b997582c43831c0365485a8be4d0d0958f0a
Author: Lynx <[email protected]>
AuthorDate: Tue Jan 28 10:08:32 2025 +0800
[ISSUE #9155] Update doc Deployment Context
Co-authored-by: lynx <[email protected]>
---
docs/cn/Deployment.md | 3 +--
docs/en/Deployment.md | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/cn/Deployment.md b/docs/cn/Deployment.md
index 14529d111b..c13f328035 100644
--- a/docs/cn/Deployment.md
+++ b/docs/cn/Deployment.md
@@ -69,7 +69,7 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c
$ROCKETMQ_HOME/conf/2m-noslave/broker
...
```
-上面显示的启动命令用于单个NameServer的情况。对于多个NameServer的集群,broker 启动命令中-n参数后面的地址列表用分号隔开,例如
192.168.1.1:9876;192.161.2:9876
+上面显示的启动命令用于单个NameServer的情况。对于多个NameServer的集群,broker 启动命令中-n参数后面的地址列表用分号隔开,例如
192.168.1.1:9876;192.168.1.2:9876
### 3 多Master多Slave模式-异步复制
@@ -168,4 +168,3 @@ RocketMQ 5.0 开始支持自动主从切换的模式,可参考以下文档
[设计思想](controller/design.md)
-
diff --git a/docs/en/Deployment.md b/docs/en/Deployment.md
index 5dc93488a7..8f5c8f1e38 100644
--- a/docs/en/Deployment.md
+++ b/docs/en/Deployment.md
@@ -69,7 +69,7 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c
$ROCKETMQ_HOME/conf/2m-noslave/broker
...
```
-The boot command shown above is used in the case of a single NameServer.For
clusters of multiple NameServer, the address list after the -n argument in the
broker boot command is separated by semicolons, for example, 192.168.1.1:
9876;192.161.2: 9876.
+The boot command shown above is used in the case of a single NameServer.For
clusters of multiple NameServer, the address list after the -n argument in the
broker boot command is separated by semicolons, for example, 192.168.1.1:
9876;192.168.1.2: 9876.
### 3 Multiple Master And Multiple Slave Mode-Asynchronous replication