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