RockteMQ-AI commented on issue #176: URL: https://github.com/apache/rocketmq-operator/issues/176#issuecomment-5216276027
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible but complex **Scope:** Operator core, CRD design, cluster isolation Supporting multi-cluster management in a single operator is a significant architectural change. The current design uses package-level global variables (`pkg/share/share.go`) for cluster state, which makes multi-tenancy difficult. A proper implementation would require: - Refactoring global state into per-cluster instances - Adding a cluster identifier to CRDs - Ensuring resource isolation between managed clusters This is a valid feature request. Please follow the [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal) to propose a detailed design. --- *Automated evaluation by @RockteMQ-AI* -- 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]
