yx9o opened a new pull request, #673: URL: https://github.com/apache/rocketmq-dashboard/pull/673
## What is the purpose of the change Cluster operations only verified that the cluster existed. Operations targeting a missing Broker, NameServer, or Proxy could still report success. ## Brief changelog - Validate the Broker before restart. - Validate the NameServer before update, restart, upgrade, and deletion. - Validate the Proxy before restart. - Return a 404 business error when the target does not exist. ## Verifying this change - `mvn -q -Dtest=ClusterServiceTest test` - `mvn -q test` - `mvn -q -DskipTests package` - `mvn -q checkstyle:check` -- 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]
