RockteMQ-AI commented on issue #669: URL: https://github.com/apache/rocketmq-dashboard/issues/669#issuecomment-5192877633
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Excellent analysis. The root cause is clear: `rmqVersion` is hardcoded to `true` with `setRmqVersion` never called, making the `UNSPECIFIED` fallback branch dead code. This causes all 4.x cluster topics (which report `UNSPECIFIED` message type) to be filtered out by default. **Impact:** Dashboard 2.1.0 connected to 4.x clusters shows an empty topic list — effectively unusable for topic management. **Severity:** High — core functionality broken for 4.x cluster users. **Suggested Fix:** Your proposed fix (treating `UNSPECIFIED` as `NORMAL` in `filterByType`) is correct and minimal. Looking forward to the PR. --- *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]
