little-spoon77 opened a new pull request, #10629: URL: https://github.com/apache/rocketmq/pull/10629
## Summary - keep `ReceiveMessageQueueSelector` broker-sticky when a receive request carries a broker name - return no readable queue when the requested broker is absent from the current readable route instead of silently falling back to another broker - add unit coverage for the unavailable-broker path while preserving round-robin selection when no broker is specified Fixes #10577 ## Notes This is a replacement submission from the new GitHub account after the earlier PR became unavailable. ## Test - `mvn -Dmaven.repo.local=$env:USERPROFILE\.m2\repository -pl proxy -am -Dtest=ReceiveMessageActivityTest#testReceiveMessageQueueSelector -DfailIfNoTests=false test` -- 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]
