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

   ### Summary
   
   `ProducerConnectionService` normalizes filters and selector limits before 
delegating to the client provider. The existing tests left the 
`listProducerGroups` instance guard, sub-minimum limit clamping and 
null-language projections uncovered.
   
   ### Changes
   
   - `listProducerGroups` rejects a missing instance id with `400 instanceId is 
required`
   - A selector limit below 1 is clamped to 1 before delegating
   - Connections with null language/version project `null` instead of throwing
   - Multiple raw connections are projected independently in order
   
   ### Testing
   
   `mvn test -Dtest=ProducerConnectionServiceTest` passes: 11 tests, 0 failures 
(up from 7).


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