Aias00 opened a new issue, #985: URL: https://github.com/apache/rocketmq-dashboard/issues/985
## Problem\nCluster configuration is applied broker by broker. If an earlier update succeeds and a later update fails, the service throws an error without returning the successful and failed broker set. The cluster can be partially modified while callers only receive a generic failure.\n\n## Expected\nThe update contract explicitly reports per-broker outcomes and partial completion. It must not imply an all-or-nothing result where no transaction exists.\n\n## Acceptance criteria\n- The response/audit identifies successful and failed broker addresses.\n- Partial completion is represented explicitly.\n- UI feedback states which brokers require follow-up.\n- Tests simulate a failure after at least one successful broker update. -- 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]
