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

   **Issue Evaluation**
   
   Category:  | Status: **Confirmed**
   
   The reported issue describes two related incorrect fallback behaviors in 
instance-scoped pages:
   
   1. **Instance filter loses selection on inventory load failure:** When  
fails,  becomes undefined, causing all instance-scoped pages (Topic, Consumer, 
Message, ACL, DLQ) to silently skip data loads instead of showing an error 
state. The route parameter should be preserved as a valid fallback.
   
   2. **Capability discovery failure treated as "all capabilities enabled":** 
When capability discovery fails,  defaults to enabling all capabilities, 
allowing users to navigate to operations the backend will reject (e.g., DLQ 
returning 501). This should fail closed.
   
   **Root Cause:** Permissive fallback logic in  and  that treats errors as 
empty/all-enabled states.
   **Impact:** Users see silent data loss (no error feedback) and can navigate 
to unsupported operations.
   **Severity:** Medium — affects UX reliability but no data corruption.
   
   The affected code paths are clearly identified. An automated fix proposal 
can be generated. Reply  to proceed with PR generation.
   
   ---
   *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