mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update gateway.md
This commit is contained in:
parent
3c4bd96e69
commit
850dce57d2
@ -82,7 +82,7 @@ The `gateways` configuration block is a list of gateway entries with the followi
|
|||||||
| `url` | Hostport `<host>:<port>` describing where the remote gateway can be reached. If multiple IPs are returned, one is randomly selected. |
|
| `url` | Hostport `<host>:<port>` describing where the remote gateway can be reached. If multiple IPs are returned, one is randomly selected. |
|
||||||
| `urls` | A list of `url` |
|
| `urls` | A list of `url` |
|
||||||
|
|
||||||
By using `urls` and an array, can specify a list of endpoints that
|
By using `urls` and an array, you can specify a list of endpoints that
|
||||||
form part of a cluster as below. A NATS Server will pick one of those
|
form part of a cluster as below. A NATS Server will pick one of those
|
||||||
addresses randomly and only establish a single outbound gateway
|
addresses randomly and only establish a single outbound gateway
|
||||||
connection to one of the members from another cluster:
|
connection to one of the members from another cluster:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user