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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The bug is valid. The per-cluster overview endpoint returns 0 for topic and 
group counts because the query filters by cluster name but the underlying data 
access layer does not correctly scope the count queries to the selected 
cluster. The dashboard always shows zero regardless of actual cluster content.
   
   **Root Cause:** Cluster-scoped count queries in the overview API do not 
properly filter by the selected cluster identifier.
   **Impact:** Dashboard overview page is non-functional for multi-cluster 
deployments — operators see 0 topics/groups for every cluster.
   **Severity:** High — core dashboard functionality is broken for 
multi-cluster setups.
   
   The proposed fix to correctly scope the count queries by cluster is 
appropriate.
   
   ---
   *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