From 9f8321c52cdb89c0ed2066c46975b3a273e883da Mon Sep 17 00:00:00 2001 From: lynx Date: Fri, 24 Jan 2025 12:14:16 +0800 Subject: [PATCH] [2025-01-23] update doc Deployment Context --- 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 14529d111b0..c13f3280350 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 5dc93488a77..8f5c8f1e388 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