yyqdbngt opened a new pull request, #3086: URL: https://github.com/apache/rocketmq-dashboard/pull/3086
### Summary Trim the optional resend target topic in the DLQ service: - `resendMessages` and `resendSelectedMessages` now normalize `targetTopic` through a package-private `normalizeOptional` helper (trim when present, null otherwise) before delegating to the provider. ### Why The resend target is an optional override of the default DLQ topic; a padded value previously bypassed the group/topic lookup and could create messages under a phantom topic with surrounding whitespace. ### Testing - `mvn -f server/pom.xml -Dtest=DLQServiceTest test` passes: 15/15 (14 existing + 1 new asserting the provider receives the trimmed target topic). -- 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]
