HScarb opened a new issue, #6576: URL: https://github.com/apache/rocketmq/issues/6576
Pop message from LMQ will return `messageExt` of the original topic. When building its POP_CK in the client, a NullPointerException will occur in `MQClientAPIImpl#processPopResponse()`. Because LMQ only has 1 queue, but the original topic has several queues, it will cause an error when getting the original topic's msgQueueOffset from LMQ's msgOffsetInfo.   -- 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]
