You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/25 08:12:48 UTC

[GitHub] [rocketmq-client-go] hukaixuan opened a new issue #795: Should we sort MessageQueues of producer by BrokerName

hukaixuan opened a new issue #795:
URL: https://github.com/apache/rocketmq-client-go/issues/795


   We setup producer with WithQueueSelector, but found some messages with same hashkey was sent to different broker.
   After insearch of the code, found that the way of sorting queues maybe wrong:
   https://github.com/apache/rocketmq-client-go/blob/6c97b55c8ca21a0dc5e1f25a8ce949cb99c213f3/internal/route.go#L488-L490
   should we sort the messagequeues in the same way of topicRouteDataIsChange: https://github.com/apache/rocketmq-client-go/blob/6c97b55c8ca21a0dc5e1f25a8ce949cb99c213f3/internal/route.go#L446-L451


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org