RockteMQ-AI commented on issue #226: URL: https://github.com/apache/rocketmq-operator/issues/226#issuecomment-5292659988
**Issue Evaluation** Category: `type/question` The Controller CRD in RocketMQ Operator manages the lifecycle of RocketMQ Controller (DLedger mode) instances. It handles: 1. **Controller StatefulSet management** - Creates and manages the controller pods that coordinate broker master election in DLedger mode 2. **Cluster coordination** - The controller cluster maintains the broker replica group and performs automatic master switching when the master broker fails 3. **Scaling** - Manages the number of controller replicas for quorum-based consensus In a typical deployment: NameServer -> Controller -> Broker (DLedger). The controller is essential for automatic failover without manual intervention. For more details, see the [RocketMQ Operator documentation](https://github.com/apache/rocketmq-operator). --- *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]
