You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server A - the 'seed server'
nats-server -p 4222 -cluster nats://localhost:4248 --cluster_name test-cluster
Server B
nats-server -p 5222 -cluster nats://localhost:5248 -routes nats://localhost:4248 --cluster_name test-cluster
Check the output of the server for the selected client and route ports.
Server C
nats-server -p 6222 -cluster nats://localhost:6248 -routes nats://localhost:4248 --cluster_name test-cluster
Check the output of the server for the selected client and route ports.
I suppose one server to have 1 port. So three servers is 3 ports. Why there are 6 ports in quoted text?
The text was updated successfully, but these errors were encountered:
There are too many ports configured in page https://github.com/nats-io/nats.docs/blob/master/running-a-nats-service/configuration/clustering/README.md
I suppose one server to have 1 port. So three servers is 3 ports. Why there are 6 ports in quoted text?
The text was updated successfully, but these errors were encountered: