Aias00 opened a new issue, #1186: URL: https://github.com/apache/rocketmq-dashboard/issues/1186
## Problem `ClusterService.updateClusterConfig` treats an empty Broker list, or a list where every Broker has an empty address, as a successful update. It persists the requested configuration even though no Broker received it. ## Scope Track 1 / ARCH-01 runtime configuration management. ## Expected - Reject an update when no addressable Broker target exists. - Do not persist the requested configuration in that case. - Preserve per-Broker partial failure reporting when at least one addressable target exists. - Add focused service tests. -- 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]
