Skip to content

Commit

Permalink
[2025-01-23] update doc Deployment Context
Browse files Browse the repository at this point in the history
  • Loading branch information
lynx committed Jan 24, 2025
1 parent de4e48d commit 9f8321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/cn/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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模式-异步复制

Expand Down Expand Up @@ -168,4 +168,3 @@ RocketMQ 5.0 开始支持自动主从切换的模式,可参考以下文档

[设计思想](controller/design.md)


2 changes: 1 addition & 1 deletion docs/en/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f8321c

Please sign in to comment.