RockteMQ-AI commented on issue #4176: URL: https://github.com/apache/rocketmq-dashboard/issues/4176#issuecomment-5593651885
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. The analysis is thorough and well-documented: - **Root Cause:** The frontend edit dialog renders the endpoint `Input` unconditionally for all vendor types, but the backend `InstanceService.updateInstance` silently drops endpoint changes for cloud vendors (non-`APACHE`). The success toast fires regardless, misleading the operator. - **Impact:** Users editing cloud instance endpoints see a success message but the change is never persisted — a silent data loss UX issue. - **Severity:** Medium — no data corruption, but the misleading UI can cause operational confusion. PR #4177 is referenced and addresses this correctly by disabling the endpoint input for cloud vendors. --- *Automated evaluation by github-manager* -- 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]
