Skip to content

Commit e424a37

Browse files
authored
Merge pull request #27 from renetapopova/5.0-access-mode
Add a note to the access mode feature
2 parents b142dac + 68645fc commit e424a37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
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

88
== Access Mode
9-
To ensure that efficient load balancing across a cluster, it is important to label transactions that only contain `READ` statements with a `READ` access mode.
9+
10+
To ensure efficient load balancing across a cluster, it is important to label transactions that only contain `READ` statements with a `READ` access mode.
1011

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

14+
This feature was introduced in Neo4j version 4.4.4.
15+
1316
[WARNING]
1417
====
1518
If an `access-mode` configuration has *not* been provided, the default value is `WRITE`.

0 commit comments

Comments
 (0)