apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.26k stars 11.7k forks source link

[Bug] Fix the correct consumption pattern when the heartbeat is reported #8674

Open 3424672656 opened 2 months ago

3424672656 commented 2 months ago

Before Creating the Bug Report

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