xiaolyuh123 opened a new issue, #9219: URL: https://github.com/apache/rocketmq/issues/9219
### 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 k8s 1.28.1 ### RocketMQ version 镜像版本: apache/rocketmq:5.3.0 apacherocketmq/rocketmq-dashboard:1.0.0 ### JDK Version _No response_ ### Describe the Bug 我在k8s环境中,通过helm 部署了 rocketmq5.3 发送和消费消息都正常(走代理),但是在rocketmq-dashboard 的控制台里面查看消费者终端时报错 : rocketmq-console MQBrokerException: CODE: 206 DESC: the consumer group[consumer-xxx] not online BROKER: 10.244.135.137:10911 For more information 查看生产者是报错: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: the producer group[xxx] not exist BROKER: 10.244.135.135:10911 For more information ### Steps to Reproduce 登录dashbord,点击【消费者】,点击订阅组对应的【终端】按钮会报错: rocketmq-console MQBrokerException: CODE: 206 DESC: the consumer group[consumer-xxx] not online BROKER: 10.244.135.137:10911 For more information 点击【生产者】,选择topic后点击【搜索】按钮会报错: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1 DESC: the producer group[xxx] not exist BROKER: 10.244.135.135:10911 For more information ### What Did You Expect to See? 我希望能正常看到生产者的消费者 ### What Did You See Instead? 错误提示 ### 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org