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 2019/01/14 06:46:40 UTC

[GitHub] lemonzone2010 edited a comment on issue #687: Delete unmeaningful code MessageDecoder.decodeMessageId(msgId); as the code-optimization

lemonzone2010 edited a comment on issue #687: Delete unmeaningful code MessageDecoder.decodeMessageId(msgId); as the code-optimization
URL: https://github.com/apache/rocketmq/issues/687#issuecomment-453913532
 
 
   `MessageDecoder.decodeMessageId(msgId)`  just checks msgId format. If no exception, msgId is just messageId format.Message will be queried by `this.viewMessage(msgId)`. Otherwise it's UniqKey and message will be queried by `queryMessageByUniqKey(topic, msgId)`
----------------------------------------------------------------
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