Before Creating the Enhancement Request
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.

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