Oliverwqcwrw commented on code in PR #5099: URL: https://github.com/apache/rocketmq/pull/5099#discussion_r973814457
########## docs/en/proxy/deploy_guide.md: ########## @@ -33,5 +33,4 @@ Run the command below. nohup sh mqproxy & ``` -The command will not only run `Proxy`, but also run `Broker`. It requires `Namesrv` only and there's no need for -extra `Broker`. \ No newline at end of file +The previous command will launch the `Proxy`, with `Broker` in the same process. It asssumes `Namesrv` nodes are running at the address specified by `nameSrvAddr`. Review Comment: ```suggestion The previous command will launch the `Proxy`, with `Broker` in the same process. It assumes `Namesrv` nodes are running at the address specified by `nameSrvAddr`. ``` -- 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]
