xdkxlk commented on code in PR #6568:
URL: https://github.com/apache/rocketmq/pull/6568#discussion_r1173262777
##########
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:
It would be better to pass the TopicRouteService when constructing the
MessageQueueSelector
--
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]