GenerousMan commented on code in PR #6568:
URL: https://github.com/apache/rocketmq/pull/6568#discussion_r1174513613
##########
proxy/src/main/java/org/apache/rocketmq/proxy/service/route/MessageQueueSelector.java:
##########
@@ -154,6 +157,82 @@ public AddressableMessageQueue selectOne(boolean
onlyBroker) {
return selectOneByIndex(nextIndex, onlyBroker);
}
+ public AddressableMessageQueue selectOneByPipeline(TopicRouteService
topicRouteService, boolean onlyBroker) {
Review Comment:
You are right. I have modified codes as you said. You can check the commit
history.
Thank you~
--
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]