yyqdbngt opened a new pull request, #3109:
URL: https://github.com/apache/rocketmq-dashboard/pull/3109

   ### Summary
   Trim the direct-consume request fields before the broker probe:
   
   - `consumeMessageDirectly` normalizes `consumerGroup`, `clientId`, `topic` 
and `msgId` (null-safe trim) before calling `consumeMessageDirectly` on the 
admin client.
   
   ### Why
   A group/client/topic carrying surrounding whitespace (paste artifacts) 
previously reached the broker verbatim and reported client-not-online style 
failures even though the client was connected.
   
   ### Testing
   - `mvn -f server/pom.xml -Dtest=RocketMQMessageProviderTest test` passes: 
31/31 (30 existing + 1 new verifying the admin call receives trimmed values).
   


-- 
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]

Reply via email to