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

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue has been analyzed.
   
   **Root Cause:** The message query endpoint accepts an optional `topic` for 
message-ID queries, but the provider only resolves a message when the topic is 
supplied. A message-ID query without a topic returns a successful empty list, 
silently dropping the result.
   
   **Impact:** The message-ID query flow appears to work while silently 
failing, making it impossible to query sent messages by ID alone.
   
   **Severity:** Medium — affects the message query UX in the dashboard.
   
   **Suggested Fix:** Either resolve the message through a topic-less lookup 
path or return a structured validation error explaining that a topic is 
required.
   
   ---
   *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