yyqdbngt opened a new pull request, #3116: URL: https://github.com/apache/rocketmq-dashboard/pull/3116
### Summary Trim consumer identifiers before proxy probes in `ProxyConsumerResolver`: - `resolveConsumerConnection` normalizes `group`; - `resolveConsumerRunningInfo` normalizes `group` and `clientId`. ### Why Proxy-connected consumer lookups run with identifiers that may carry paste whitespace; padded values would miss every proxy answer and silently fall back (or return null), producing misleading "not online" results. ### Testing - `mvn -f server/pom.xml -Dtest=ProxyConsumerResolverTest test` passes: 5/5 (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]
