RockteMQ-AI commented on issue #214: URL: https://github.com/apache/rocketmq-operator/issues/214#issuecomment-5192840635
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** Adding headless Service support for NameServer would enable stable DNS-based peer discovery within the cluster. Currently, the operator likely uses a ClusterIP service which does not provide individual pod DNS records. **Feasibility:** Feasible. Add `clusterIP: None` to the NameServer Service spec. This allows other components to discover individual NameServer pods via `<pod-name>.<svc-name>.<namespace>.svc.cluster.local`. --- *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]
