Open Alice52 opened 3 years ago
gateway can pasrse and get data from this ip?
It cannot do this thing. gateway can only visit the service in one server
if I have deployed two instances, it will register the same port and due to bootstrap.yml
, but which may not be correct.
172.17.0.8:9000
172.17.0.9:9000
: but this mounted port is 9001
1. multi instances in different server
if I have a jar, plan to run as multi instances
nacos: 172.17.0.8
nacos: 192.168.1.5
the gateway is run in
101.132.45.29:8060
client code will call api according to gateway
flow is below
172.17.0.8:8080/192.168.1.5:8080
gateway can pasrse and get data from this ip?