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

   ## Problem
   
   In real API mode, the Studio home dashboard calls `/api/dashboard`, but the 
backend provider is still `DashboardProviderStub` and always fails with 
`Dashboard provider is not configured`.
   
   This means the BASE-01 dashboard overview is not available unless the 
frontend is built with mock data.
   
   ## Scope
   
   Track 1 / BASE-01 Dashboard overview baseline.
   
   ## Expected behavior
   
   The dashboard endpoint should return a real summary from available cluster 
metadata, or at least a deterministic empty summary, instead of failing because 
a stub provider is wired as the production component.
   
   ## Evidence
   
   
`server/src/main/java/org/apache/rocketmq/studio/ops/dashboard/DashboardProviderStub.java`
 is annotated with `@Component` and throws `BusinessException(501, "Dashboard 
provider is not configured")` from `getDashboardData()`.
   


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