Aias00 opened a new issue, #880: URL: https://github.com/apache/rocketmq-dashboard/issues/880
### What happened? The Studio message list has a "Verify" action that immediately shows a success toast for consume verification. There is no service/API call behind this action, so users can be told that consume verification succeeded even though no real verification happened. ### Why is this a problem? This is misleading for message diagnosis and operations. The message page is part of the message query / trace baseline, and UI actions should not report successful runtime verification when the backend capability is not implemented. ### Expected behavior Until a real consume-verification API is wired in, the action should either be hidden/disabled or return a clear "not available" notice instead of a fake success result. ### Scope RocketMQ Studio / Dashboard message management UI. -- 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]
