crazy-pizza opened a new issue #2724: URL: https://github.com/apache/rocketmq/issues/2724
Here is my operation step. 1. Start a concurrently consumer, it always return RECONSUME_LATER. 2. Start a producer, send one message to the first step consumer. 3. This message will send into DLQ when it fails 16 times. 4. but the DLQ message store time is later then send time. by the way,Add the following code can speed up the genesis of the problem `consumeConcurrentlyContext.setDelayLevelWhenNextConsume(2);` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
