wlliqipeng commented on a change in pull request #654: [RIP-9]Add the operation part URL: https://github.com/apache/rocketmq/pull/654#discussion_r249338256
########## File path: docs/cn/operation.md ########## @@ -0,0 +1,1408 @@ +## 运维管理(operation) + +### 1 集群搭建 + +#### 1.1 单Master模式 + +这种方式风险较大,一旦Broker重启或者宕机时,会导致整个服务不可用。不建议线上环境使用,可以用于本地测试。 + +##### 1)启动 NameServer + +```bash +### 首先启动Name Server,例如机器IP为:192.161.1:9876 Review comment: “例如机器IP为:192.161.1:9876” 与下文无关可否去掉 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
