RockteMQ-AI commented on issue #240: URL: https://github.com/apache/rocketmq-operator/issues/240#issuecomment-5655097848
**Issue Evaluation** Category: `type/question` Deploying multiple RocketMQ clusters via a single operator across different namespaces is a known challenge. The operator currently binds broker `NAMESRV_ADDR` to the nameserver service in the same namespace. For cross-namespace deployments, you would need to either: 1. Deploy one operator instance per namespace, or 2. Configure the broker CR to explicitly set `NAMESRV_ADDR` to the cross-namespace service DNS name. This is a limitation of the current operator design. A multi-cluster management feature would be a valuable enhancement. --- *Automated evaluation by github-manager* -- 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]
