yyqdbngt opened a new pull request, #3110: URL: https://github.com/apache/rocketmq-dashboard/pull/3110
### Summary Trim trace query parameters before lookup: - `getMessageTrace` normalizes `msgId`/`topic`/`traceTopic` and `getMessageTraceByKey` normalizes `key`/`topic`/`traceTopic` (null-safe trim) before delegating to the admin lookups. ### Why Padded identifiers/paste artifacts previously flowed into the broker-side topic/id lookups, producing empty traces or confusing failures for otherwise valid input. ### Testing - `mvn -f server/pom.xml -Dtest=RocketMQMessageProviderTest test` passes: 31/31 (existing suite; behavior unchanged for clean input). -- 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]
