RockteMQ-AI commented on issue #1385: URL: https://github.com/apache/rocketmq-dashboard/issues/1385#issuecomment-5236155757
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The bug is valid. Message Explorer loads all topics and filters in the browser. If the request fails, it falls back to static topic names. This means the topic selector can show topics from a different instance or names that do not exist in the active instance, leading to queries against stale or cross-instance metadata. **Root Cause:** Client-side topic filtering without instance-scoped API call; stale fallback data. **Impact:** Message queries may target wrong topics in multi-instance deployments — data correctness risk. **Severity:** Medium — affects multi-instance control plane correctness. Requesting topics with the selected instance ID and clearing options on failure (as proposed) is the correct fix. --- *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]
