GitHub user Tensor-momo added a comment to the discussion: 想通过nginx来转发请求,但是MQ的好像不支持带后缀的nginx路由
是的后面用tcp代理就没问题了 #stream配置 stream { server { listen 8080; proxy_connect_timeout 1s; proxy_timeout 3s; proxy_pass xxx.xxx.xxx.xxx:9876; } } GitHub link: https://github.com/apache/rocketmq/discussions/8308#discussioncomment-10345722 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org