Skip to content

Commit 1b21f14

Browse files
Update link to SSR and add note clarifying single instance
1 parent 4639b5d commit 1b21f14

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modules/ROOT/pages/actions/transaction-configuration.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,26 @@
55

66
For any transaction-initiating request (such as `/tx` or `tx/commit`), you can provide configuration options that apply for the duration of the whole transaction.
77

8+
9+
[[http-api-actions-access-mode]]
810
== Access Mode
911

1012
To ensure efficient load balancing across a cluster, it is important to label transactions that only contain `READ` statements with a `READ` access mode.
1113

1214
This can be done by adding an `access-mode` header to the request, with a value of `READ`.
1315

14-
This feature was introduced in Neo4j version 4.4.4.
1516

1617
[WARNING]
1718
====
1819
If an `access-mode` configuration has *not* been provided, the default value is `WRITE`.
1920
20-
However, if you have clusters with link:https://neo4j.com/docs/operations-manual/current/clustering/internals/#clustering-routing[Server-side routing] disabled, the default value is `READ`.
21+
However, if you have clusters with link:https://neo4j.com/docs/operations-manual/current/clustering/internals/#causal-clustering-routing[Server-side routing] disabled, the default value is `READ`.
22+
====
23+
24+
[NOTE]
25+
====
26+
* Please note that `access-mode` is not required for a Neo4j single instance.
27+
* This feature was introduced in Neo4j version 4.4.4.
2128
====
2229

2330
_Example request_
@@ -59,4 +66,4 @@ _Example response_
5966
} ],
6067
"errors" : [ ]
6168
}
62-
----
69+
----

0 commit comments

Comments
 (0)