File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed
modules/ROOT/pages/clustering Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 11[role=enterprise-edition]
22[[causal-clustering-deploy]]
33= Deploy a cluster
4- :description: How to deploy a new Neo4j Causal Cluster.
4+ :description: How to deploy a new Neo4j Causal Cluster.
55
66
77[[causal-clustering-new-cluster-introduction]]
@@ -204,31 +204,31 @@ A way to ensure that a Read Replica contains a snapshot of a database in the clu
204204See xref:reference/procedures.adoc#procedure_dbms_cluster_readreplicatoggle[`dbms.cluster.readReplicaToggle()`] for more information.
205205====
206206
207- [[causal-clustering-connect-to-a-read-replica]]
208- == Connect to a Read Replica
209-
210- It is important to use the correct URI scheme when connecting to a Read Replica since it only allows read sessions/transactions.
211- The following table illustrates the supported URI schemes (the `+s` indicates that TLS has been configured for the cluster):
212-
213- [cols="4", options="header"]
214- |===
215- |
216- | `bolt+s://`
217- | `neo4j+s://` read session/tx
218- | `neo4j+s://` write session/tx
219-
220- | Cypher Shell
221- | {check-mark}
222- | {cross-mark}
223- | {cross-mark}
224-
225- | Browser
226- | {check-mark}
227- | {cross-mark}
228- | {cross-mark}
229-
230- | Neo4j Driver
231- | {check-mark}
232- | {check-mark}
233- | {cross-mark}
234- |===
207+ // [[causal-clustering-connect-to-a-read-replica]]
208+ // == Connect to a Read Replica
209+
210+ // It is important to use the correct URI scheme when connecting to a Read Replica since it only allows read sessions/transactions.
211+ // The following table illustrates the supported URI schemes (the `+s` indicates that TLS has been configured for the cluster):
212+
213+ // [cols="4", options="header"]
214+ // |===
215+ // |
216+ // | `bolt+s://`
217+ // | `neo4j+s://` read session/tx
218+ // | `neo4j+s://` write session/tx
219+
220+ // | Cypher Shell
221+ // | {check-mark}
222+ // | {cross-mark}
223+ // | {cross-mark}
224+
225+ // | Browser
226+ // | {check-mark}
227+ // | {cross-mark}
228+ // | {cross-mark}
229+
230+ // | Neo4j Driver
231+ // | {check-mark}
232+ // | {check-mark}
233+ // | {cross-mark}
234+ // |===
You can’t perform that action at this time.
0 commit comments