Aias00 opened a new issue, #1375:
URL: https://github.com/apache/rocketmq-dashboard/issues/1375

   ## Problem
   
   `/api/clients` requires `instanceId`, but `ClientService.listConnections` 
normalizes a whitespace-only value to `null` and calls the provider. This can 
discard the selected-instance boundary instead of reporting invalid input.
   
   ## Scope
   
   Track 1 / instance-scoped client connection diagnostics.
   
   ## Location
   
   
`server/src/main/java/org/apache/rocketmq/studio/cluster/client/ClientService.java`
   
   ## Expected behavior
   
   Reject missing or blank instance IDs with HTTP 400 before the client 
provider is called. Keep cluster/type filters optional.
   
   ## Suggested fix
   
   Use the same required-instance validation pattern as 
`ProducerConnectionService` and add a service regression test.


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