You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
OS:openEuler22.03(LTS-SP3)
RocketMQ version
version:rocketmq-all-5.3.1
JDK Version
Run:openjdk 1.8.0_432
Describe the Bug
In the same ConsumerGroup, the Consumer instances have different Topics subscribed to do not work on the 5.2.0 SDK.
Steps to Reproduce
I started two consumer instances with the same consumer group configuration, subscribing to different topics separately. However, the subscription relationship was inconsistent, resulting in chaotic and lost consumer messages. As described in the official documentation, the 5. x version SDK does not support consumer instances under the same consumer group subscribing to different topics.
What Did You Expect to See?
The 5.x version of the SDK supports Consumer instances in the same ConsumerGroup subscribing to different topics.
What Did You See Instead?
Additional Context
I developed in the springboot environment, version 2.7.18,and the version of rocketmq-spring-boot-starter is 2.3.0.
The text was updated successfully, but these errors were encountered:
The official documentation states that version 5. x of the SDK now supports subscribing to different topics for Consumer instances under the same ConsumerGroup. But it doesn't work in my current environment.
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
OS:openEuler22.03(LTS-SP3)
RocketMQ version
version:rocketmq-all-5.3.1
JDK Version
Run:openjdk 1.8.0_432
Describe the Bug
In the same ConsumerGroup, the Consumer instances have different Topics subscribed to do not work on the 5.2.0 SDK.
Steps to Reproduce
I started two consumer instances with the same consumer group configuration, subscribing to different topics separately. However, the subscription relationship was inconsistent, resulting in chaotic and lost consumer messages. As described in the official documentation, the 5. x version SDK does not support consumer instances under the same consumer group subscribing to different topics.
What Did You Expect to See?
The 5.x version of the SDK supports Consumer instances in the same ConsumerGroup subscribing to different topics.
What Did You See Instead?
Additional Context
I developed in the springboot environment, version 2.7.18,and the version of rocketmq-spring-boot-starter is 2.3.0.
The text was updated successfully, but these errors were encountered: