RockteMQ-AI commented on issue #4805: URL: https://github.com/apache/rocketmq-dashboard/issues/4805#issuecomment-5770207294
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid UI rendering bug. The root cause is well-identified: the `messageModel` column compares against the old pre-#3349 display string (`广播消费`) instead of the actual enum values (`CLUSTERING`/`BROADCASTING`) that the Apache provider now returns. **Root Cause:** Stale string comparison after the API response format changed. The i18n keys exist but are unused; the mock data masks the problem in dev. **Impact:** Medium — consumer mode column always shows blue tag, losing the visual distinction between clustering and broadcasting consumers. **Severity:** Medium An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- 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]
