1782935682 opened a new issue, #9660: URL: https://github.com/apache/rocketmq/issues/9660
### 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 centos7 ### RocketMQ version 5.3.3 ### JDK Version 1.8 ### Describe the Bug 心跳发送的时候,会获取consumer订阅tag数据,但是对于litePullConsumer,因为不需要rebalance,会导致获取到订阅tag数据为空。 1.新增litePull订阅 <img width="1032" height="337" alt="Image" src="https://github.com/user-attachments/assets/5743af7e-3f77-4f40-8737-3d8ed07f6112" /> <img width="1005" height="255" alt="Image" src="https://github.com/user-attachments/assets/8be1883e-d992-474f-8f30-b9e7b7c05108" /> 普通订阅 <img width="898" height="281" alt="Image" src="https://github.com/user-attachments/assets/6025d00e-9831-4e25-8e78-c96ef72fbc7e" /> 2.心跳获取订阅数据,获取为空 <img width="582" height="205" alt="Image" src="https://github.com/user-attachments/assets/36a9e5a1-b97a-4282-880a-f99954b9283c" /> ### Steps to Reproduce 1.启动litePull消费者 2.使用mqadmin查看客户端订阅信息 ### What Did You Expect to See? 获取到正确的tag数据 ### What Did You See Instead? 获取tag为null ### 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]
