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

   ## Problem
   
   `batchDeleteConsumerGroups` stops at the first rejected delete request and 
returns no outcome data. Earlier requests may already have succeeded, while the 
Consumer Group page keeps every selected row and reports no partial result.
   
   ## Expected behavior
   
   Attempt every selected deletion, return `deleted` and `failed` names, remove 
only successfully deleted rows, and keep failed rows selected for retry.
   
   ## Scope
   
   - `web/src/services/consumerService.ts`
   - `web/src/pages/instance/consumer.tsx`
   - focused service/page tests
   
   This follows the existing Topic batch-delete contract and is independent of 
cluster/instance scoping work.


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