集群情况下,需要每台机器都映射一个端口号出来连接么, #38496
jhyever
started this conversation in
Announcement
Replies: 1 comment 3 replies
-
只有proxy需要暴露端口,一般通过loadbalancer绑定proxy的端口来实现 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
比如集群机器有三台,A、B、C服务器,集群部署起来running后,A服务器开出来一个映射端口1001,B、C服务器需要映射端口出来么,如果不用映射的话,A服务器如果挂了,怎么连接B、C机器呢,如果开启的话,怎么个机制呢
假如这三台机器A、B、C 用Java代码连接的时候,怎么连接呢,地址端口号怎么配置,如何设置高可用,有具体的案例配置么
Beta Was this translation helpful? Give feedback.
All reactions