Skip to content

Commit a0c3c8c

Browse files
committed
Describe remote address resolution for CCDR
1 parent c1c063f commit a0c3c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/clustering/replicating-databases-across-clusters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use the following procedure to create a replica database.
8686
| `numPrimaries` | `INTEGER` | The number of replica primaries. These primaries will align with the mode constraints set on the server, but will not be writable because they are still replicas.
8787
| `numSecondaries` | `INTEGER` | The number of replica secondaries.
8888
| `upstreamDatabaseName` | `STRING` | The name of the upstream database in the remote cluster.
89-
| `remoteAddresses` | `LIST<STRING>` | A list of the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_dbms.cluster.endpoints[cluster endpoints] of the servers in the remote cluster.
89+
| `remoteAddresses` | `LIST<STRING>` | A list of the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_dbms.cluster.endpoints[cluster endpoints] of the servers in the remote cluster. There is no requirement that every remote server hosts the upstream database.
9090
| *Mode* 3+| WRITE
9191
|===
9292

0 commit comments

Comments
 (0)