Aias00 opened a new issue, #1118:
URL: https://github.com/apache/rocketmq-dashboard/issues/1118

   ## Problem\n\nMessageService accepts a query with a non-blank key and no 
topic. Its validation returns early for any key, but RocketMQ key lookup 
requires a topic. The provider then has neither message ID nor topic and 
returns a successful empty list.\n\nThis makes an invalid operator request 
indistinguishable from a valid no-result search.\n\n## Scope\n\n- Reject a 
key-only message query with a structured 400 response.\n- Preserve message-ID 
queries without a topic and topic/time-range queries.\n- Add focused 
MessageService and controller regression coverage.\n\nTrack 1 / message query 
correctness. Runtime endpoint resolution remains in #1069.


-- 
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