redlsz opened a new issue, #10058: URL: https://github.com/apache/rocketmq/issues/10058
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary In pop consumption mode, when retry messages accumulate in retry topics, the consumption throughput becomes low if clients use a specified queue (not -1). For specified queue case, we should also re-fetch from the retry topic if the message batch is not fully filled. <img width="1087" height="799" alt="Image" src="https://github.com/user-attachments/assets/0b358c14-302c-4d93-9c3b-21a1d4951092" /> ### Motivation Improve pop consumption throughput when the retry topic is backlogged ### Describe the Solution You'd Like For specified queue case, we should also re-fetch from the retry topic if the message batch is not fully filled. ### Describe Alternatives You've Considered / ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
