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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue is valid. The shared Apache provider filter uses overly 
broad prefix matching (`CID_`, `broker_`, `BenchmarkTest`, `SCHEDULE_TOPIC_`, 
uppercase `RMQ_SYS_`) that hides legitimate user topics like `CID_orders` or 
`broker_events`.
   
   **Root Cause:** The centralized filter from #1408 uses prefix-based 
heuristics that are broader than RocketMQ canonical 
`TopicValidator.isSystemTopic` definition.
   **Impact:** Valid user topics are silently removed from topic lists and 
dashboard totals.
   **Severity:** Medium — data visibility issue, does not affect broker 
behavior.
   
   **Proposed fix:** Delegate canonical system-topic classification to 
`TopicValidator`, preserve Dashboard-specific retry/DLQ/live-broker filtering, 
and add regression tests for lookalike user topics.
   
   An automated fix proposal can be generated. Reply `/approve` 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