yuluo-yx opened a new issue, #10836: URL: https://github.com/apache/rocketmq/issues/10836
KeyBuilder.parseNormalTopic(topic, cid) strips every topic beginning with the retry prefix. If the topic belongs to another consumer group, it removes a prefix using the requested cid length and returns a corrupted topic; short regular retry topics can also throw. Expected behavior: strip only an exact POP retry prefix for the supplied consumer group. -- 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]
