hepyu opened a new issue #1407: Some QA about dledger config when put into kubernetes cluster URL: https://github.com/apache/rocketmq/issues/1407  Right now, I am woking for put rocketmq4.5.2 into k8s cluster.Then I have some question like above image: Q1.What rule about the: dLegerPeers=n0-127.0.0.1:40911;n1-127.0.0.1:40912;n2-127.0.0.1:40913 how about I write like this using domain rather than using ip: ``` dLegerPeers=n0-rocketmq-c3-namesrv-prod-server-0.rocketmq-c3-namesrv-prod-server.coohua.svc.cluster.local:40911;rocketmq-c3-namesrv-prod-server-1.rocketmq-c3-namesrv-prod-server.coohua.svc.cluster.local-127.0.0.1:40912;n2-rocketmq-c3-namesrv-prod-server-2.rocketmq-c3-namesrv-prod-server.coohua.svc.cluster.local:40913 ``` because when pod restart, ip will must be changed. I can't use ip, or these just a flag, not real using as ip? Q2.about port dLegerPeers=n0-127.0.0.1:40911;n1-127.0.0.1:40912;n2-127.0.0.1:40913 I can't find where config using the port 40911, 40912, 40913, are these port could be specified any port?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
