aaron-ai commented on code in PR #5099: URL: https://github.com/apache/rocketmq/pull/5099#discussion_r973653795
########## docs/en/proxy/deploy_guide.md: ########## @@ -20,7 +20,7 @@ Run the command below. nohup sh mqproxy & ``` -The command will only run `Proxy` itself. It requires `Namesrv` and `Broker` components running. +The command will only launch the `Proxy` component itself. It assumes that `Namesrv` nodes are already running at the address specified `nameSrvAddr`, and broker nodes, registering themselves with `nameSrvAddr`, are running too. ## `Local` mode Review Comment: ```suggestion ## `Local` Mode ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
