f1amingo commented on issue #6868:
URL: https://github.com/apache/rocketmq/issues/6868#issuecomment-1582036225

   Take a look at the `bin/mqbroker` script file and you will understand.
   If you specify the option `--enable-proxy`, it will start Proxy instead of 
Broker.
   Proxy and Broker are two components that can be deployed separately, so they 
use different configuration files.
   Proxy takes below CLI arguments, that's why your option `-n 
192.168.31.131:9876` works.
   You should use `-pc` to specify Proxy configuration file.
   
![image](https://github.com/apache/rocketmq/assets/29991810/db8ad969-06d8-461a-98a9-4d74e9d1d549)
   


-- 
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]

Reply via email to