RockteMQ-AI commented on issue #4491: URL: https://github.com/apache/rocketmq-dashboard/issues/4491#issuecomment-5709739460
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Backend `InstanceProvider` abstraction + Topic page UI **Compatibility:** No breaking changes — Apache path unchanged Well-specified feature request. The design correctly: - Routes through `InstanceProvider` to support multiple cloud backends (Aliyun `VerifySendMessage`, Tencent `SendMessage`) - Rejects unsupported fields explicitly rather than silently discarding them - Keeps advanced FIFO/delay controls out of scope until UI can handle them safely - Preserves existing Apache producer path unchanged Acceptance criteria are clear and testable. The provider capability contract (`MESSAGE_SEND`) is a clean extension point. --- *Automated evaluation by github-manager-bot* -- 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]
