-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
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
It has noting to do with the OS.
RocketMQ version
all version
JDK Version
It has noting to do with the JDK.
Describe the Bug
没有修改全,在#4050修改了ConsumeMessageOrderlyService和ConsumeMessageConcurrentlyService的sendMessageBack,在#9481修改了DefaultMQPushConsumerImpl的sendMessageBackAsNormalMessage方法。查找发现DefaultMQPullConsumerImpl类里面的sendMessageBack方法也有同样的问题,不过DefaultMQPullConsumerImpl这个类是已弃用的类
Steps to Reproduce
It happens when consumer send message back timeout or any other exception.
What Did You Expect to See?
Carry the ORIGIN_MESSAGE_ID property on.
What Did You See Instead?
Not carry the ORIGIN_MESSAGE_ID property on.
Additional Context
No response