apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
310 stars 126 forks source link

feat(broker): Support HostNetwork for broker #105

Closed shangjin92 closed 2 years ago

shangjin92 commented 2 years ago

Sometimes, it will access RocketMQ Cluster from outside the Kubernetes cluster. The client get broker ip and port from nameserver. If not use host network, the broker ip will be kubernetes pod ip, and the client cannot access this pod ip.