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 2020/06/28 09:27:03 UTC

[GitHub] [rocketmq] yanglifan commented on issue #2123: To support the versioned message routing

yanglifan commented on issue #2123:
URL: https://github.com/apache/rocketmq/issues/2123#issuecomment-650724092


   @lizhiboo currently RMQ producer's and consumer's routing mechanism are both based on the client side extension (`MessageQueueSelector`/`AllocateMessageQueueStrategy`). So the versioned message routing can be also implemented in the same way. But the downside is that producers and consumers have to be configured in the same approach, so routing in the broker side may be a good choice to support the feature like the versioned message routing.


----------------------------------------------------------------
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.

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