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 2018/06/05 03:31:36 UTC

[GitHub] lollipopjin commented on issue #331: How to migrate data to another mq cluster

lollipopjin commented on issue #331: How to migrate data to another mq cluster
URL: https://github.com/apache/rocketmq/issues/331#issuecomment-394570262
 
 
   With the purpose of migrating data to another cluster, you can do as what you described. If you start a consumer, it can receive messages from the new master successfully.
   
   But if you want to printMsg by using `sh ./mqadmin queryMsgById -i {msgId}` commond, it will decode the msgId and connect to the original broker. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services