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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ All configuration keys match their command-line flag counterpart, e.g. `--astra-
110
110
111
111
Multi-region failover with DC-aware load balancing policy is the most useful case for a multiple proxy setup.
112
112
113
-
When configuration `peers:` it is required to set `--rpc-address` (or `rpc-address:` in the yaml) for each proxy and it must match is correspond `peers:` entry. Also, `peers:` is only available in the configuration file and cannot be set using a command-line flag.
113
+
When configuring `peers:` it is required to set `--rpc-address` (or `rpc-address:` in the yaml) for each proxy and it must match is corresponding `peers:` entry. Also, `peers:` is only available in the configuration file and cannot be set using a command-line flag.
114
114
115
115
##### Multi-region setup
116
116
117
-
Here's an example of configuring multi-region failover with two proxies. A proxy is started foreach regionin the cluster and connects to it using that region's bundle. They all share a common configuration file that contains the full list of proxies.
117
+
Here's an example of configuring multi-region failover with two proxies. A proxy is started for each region of the cluster connecting to it using that region's bundle. They all share a common configuration file that contains the full list of proxies.
118
118
119
119
*Note:* Only bundles are supported for multi-region setups.
0 commit comments