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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to