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: [email protected]
With regards, Apache Git Services
