rocketmq-clients icon indicating copy to clipboard operation
rocketmq-clients copied to clipboard

Fix issue with PushConsumer message consumption order

Open JanYork opened this issue 1 year ago • 2 comments

Addressed an issue where the PushConsumer did not guarantee the order of consuming messages that were not allocated upon the first startup. This fix ensures that message consumption order is maintained even for unallocated messages during the initial startup.

Which Issue(s) This PR Fixes

Fixes #754

Brief Description

How Did You Test This Change?

I made the fifo parameter true at the beginning and then ran the example and it worked fine.

JanYork avatar May 16 '24 10:05 JanYork

I did a unit test on my computer and found no problems

JanYork avatar May 16 '24 10:05 JanYork

before repair: image

after repair: image

JanYork avatar May 16 '24 10:05 JanYork

This PR is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.

github-actions[bot] avatar Jun 16 '24 00:06 github-actions[bot]

This PR was closed because it has been inactive for 3 days since being marked as stale.

github-actions[bot] avatar Jun 20 '24 00:06 github-actions[bot]