Skip to content

Commit 76515b3

Browse files
removed section on connecting to a rr (neo4j#774)
1 parent 6499fe1 commit 76515b3

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

modules/ROOT/pages/clustering/deploy.adoc

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
204204
See 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+
// |===

0 commit comments

Comments
 (0)