Aias00 opened a new issue, #1292: URL: https://github.com/apache/rocketmq-dashboard/issues/1292
## Problem\n\nThe message query endpoint accepts an optional for message-ID queries, but the current provider only resolves a message when the topic is supplied. A just-sent message queried through returns a successful empty list instead of an actionable result.\n\nThis makes the message-ID query flow appear to work while silently dropping the result. The behavior was reproduced against a local NameServer/Broker with both the send response's message ID and offset message ID.\n\n## Scope\n\n- Define an explicit, actionable behavior for message-ID queries when no topic is supplied.\n- Avoid returning an indistinguishable successful empty result for an unsupported lookup shape.\n- Preserve topic-scoped message-ID lookup.\n\n## Acceptance criteria\n\n- A message-ID query without a topic either resolves the message through a supported path or returns a structured validation error explaining that a topic is required.\n- Topic-scoped message-ID lookup continues to return the sent messa ge.\n- Add regression coverage for both paths. -- 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]
