Aias00 opened a new issue, #1526: URL: https://github.com/apache/rocketmq-dashboard/issues/1526
## Problem The Broker Cluster page exposes a Restart Broker control, but `ClusterService.restartBroker` validates the cluster and broker then explicitly returns `501 Not Implemented`. The UI therefore offers an operation that cannot succeed. A previous action-visibility fix assumed the restart API was implemented; the current server implementation shows that assumption is no longer valid. ## Scope - Hide the unsupported Broker restart control while retaining read-only runtime diagnostics. - Remove the unreachable client invocation and update focused frontend coverage. - Do not emulate a successful restart or change the server-side operation contract. ## Track Track 1 / ARCH-01 cluster runtime management. -- 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]
