RockteMQ-AI commented on issue #3150:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/3150#issuecomment-5544006345

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue has been verified against the current codebase.
   
   **Root Cause:** The `/api/groups/page` endpoint does not accept a 
`subscriptionMode` parameter. The frontend 
(`web/src/pages/instance/consumer.tsx`) filters only the current page in memory 
via `visibleConsumerGroups(groups, modeFilter)`, leaving the backend query 
unfiltered. This causes incorrect totals, unreachable pages, and CSV export 
mismatches.
   
   **Impact:** Consumer Group page filtering is broken for real inventories. 
Operators cannot reliably filter by Push/Pop mode across the full dataset.
   
   **Severity:** medium
   
   **Affected Components:**
   - Backend: `/api/groups/page` endpoint, 
`RocketMQMetadataProvider.listConsumerGroupsPage`
   - Frontend: `web/src/pages/instance/consumer.tsx`
   
   An automated fix proposal will be generated. Reply `/approve` to proceed 
with PR generation.
   
   ---
   *Automated evaluation by github-manager-bot*
   


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