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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The bug is valid. Three separate `isSystemGroup`/`isSystemConsumerGroup` 
implementations exist with inconsistent filtering rules. Notably:
   
   - `RocketMQMetadataProvider.isSystemConsumerGroup` checks `CID_ONS_` instead 
of `CID_ONSAPI_`, so `CID_ONSAPI_*` groups leak through.
   - `%DLQ%`, `CID_SYS_`, `CID_HOUSEKEEPING` are missing from 
`RocketMQMetadataProvider`.
   - `RocketMQDashboardProvider` only does exact-match for a few names, missing 
prefix-based patterns.
   
   **Root Cause:** Duplicated and inconsistent system group filtering logic 
across three providers.
   **Impact:** System consumer groups appear in topic consumers list and 
dashboard, confusing operators and potentially leaking internal state.
   **Severity:** Medium — affects data correctness in the dashboard UI.
   
   Consolidating the three implementations into a single shared utility (as 
proposed) is the correct approach.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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