GitHub user CocytusElias added a comment to the discussion: RocketMQ5.1及以上版本启动sh ./mqbroker -n localhost:9876 --enable-proxy报错问题
如果你要启动 proxy 的话,你需要使用 ./mqproxy :https://rocketmq.apache.org/docs/deploymentOperations/01deploy#start-proxy 1. 你的 proxy 配置是什么?proxy 的配置是 json 形式,而不是 .conf 形式 2. 你的 proxy 启动时是否指定了:rocketmqClusterName ? 3. 启动顺序应该是 :namesrv、broker、proxy。 4. 需要确定 proxy 启动的地方可以直接访问 namesrv GitHub link: https://github.com/apache/rocketmq/discussions/7611#discussioncomment-13752300 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org