tju-yxq opened a new issue, #1802: URL: https://github.com/apache/rocketmq-dashboard/issues/1802
DLQ resendMessages accepts startTime and endTime without validating begin < end. If startTime > endTime, searchOffset returns inverted results and the scan silently returns zero messages. The message query already has this validation (begin >= end check), but DLQ resend was missed. -- 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]
