Kris20030907 opened a new issue, #649: URL: https://github.com/apache/rocketmq-dashboard/issues/649
## Problem The Message page uses a hard-coded Topic list, allows incomplete filters to reach the API, and reports simulated verification success instead of showing consumer status from the trace API. ## Expected behavior Topic options should come from the connected instance, each query mode should require its necessary filters, and message verification should display the trace API result. ## Proposed fix Load Topic options through `topicService`, validate Topic/Key/Message ID inputs, prevent duplicate submissions, and open the consumer-status tab for verification. ## Follow-up This change only completes the frontend service integration. The current backend providers are placeholders: `CloudMetadataProvider` does not yet load Topics, while `MessageProviderStub` returns empty messages and traces. Querying an actual RocketMQ cluster should be implemented in a follow-up backend change. -- 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]
