[X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
centos
RocketMQ version
develop
JDK Version
1.8
Describe the Bug
When the heartbeat is reported, the calling function only contains two modes: push/pull, so the judgment of pop consumption mode should be added to the logic of pushImpl, so that the correct consumption mode can be uploaded during the heartbeat
Before Creating the Bug Report
[X] I found a bug, not just asking a question, which should be created in GitHub Discussions.
[X] I have searched the GitHub Issues and GitHub 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
centos
RocketMQ version
develop
JDK Version
1.8
Describe the Bug
When the heartbeat is reported, the calling function only contains two modes: push/pull, so the judgment of pop consumption mode should be added to the logic of pushImpl, so that the correct consumption mode can be uploaded during the heartbeat
Steps to Reproduce
null
What Did You Expect to See?
null
What Did You See Instead?
null
Additional Context
No response