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

   ### Which Issue(s) This PR Fixes
   
   Fixes #786
   
   ### Brief Description
   
   The default Consumer Group metadata/admin implementations now return 
explicit `BusinessException(501, ...)` responses when the backing provider is 
not configured, instead of throwing plain `UnsupportedOperationException` and 
surfacing as generic 500 errors.
   
   This keeps the current Topic paths untouched and only changes Consumer Group 
operations used by `/api/groups`.
   
   ### How Did You Test This Change?
   
   - 
`JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home
 mvn 
-Dtest=CloudMetadataProviderTest,NameSrvAdminClientTest,MetadataServiceTest 
test`
   - 
`JAVA_HOME=/Users/aias/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home
 mvn -Dtest=ConsumerGroupControllerTest 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