zonghaishang opened a new issue, #9796: URL: https://github.com/apache/rocketmq/issues/9796
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment mac book pro m4 yiji@m4 ~ % uname -a Darwin m4.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 arm64 ### RocketMQ version branch develop , all 5.x version ### JDK Version jdk17 ### Describe the Bug https://github.com/apache/rocketmq/blob/204b251239572c554a64351730de7bd9c2bc58ab/proxy/src/main/java/org/apache/rocketmq/proxy/service/relay/ClusterProxyRelayService.java#L41 CODE: 3 DESC: request type 307 not supported [addr=*****] For more information, please visit the url, http://rocketmq.apache.org/docs/faq/ ### Steps to Reproduce mqadmin consumerStatus -n 127.0.0.1:10000 -g DEFAULT%GID_ONS_TEST 127.0.0.1:10000 : proxy cluster remoting port DEFAULT%GID_ONS_TEST : consumer group ### What Did You Expect to See? cluster proxy should return corrent connected client running info ### What Did You See Instead? CODE: 3 DESC: request type 307 not supported [addr=*****] For more information, please visit the url, http://rocketmq.apache.org/docs/faq/ ### Additional Context _No response_ -- 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]
