Skip to content

Commit 106f5ef

Browse files
authored
Merge pull request #193 from neo4j/add-full-mode
Add a mention to the required full mode in cdc
2 parents 990df7f + 450edcc commit 106f5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/subscriptions/engines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It is ideal for development, testing, and servers that do not require horizontal
2828
== Change Data Capture label:Beta[]
2929

3030
If your database supports Change Data Capture (CDC), you can use it as your mechanism for subscriptions using `Neo4jGraphQLSubscriptionsCDCEngine`.
31-
Make sure to follow the steps described on the link:https://neo4j.com/docs/cdc/current/[CDC Documentation] to enable it for your Neo4j instance.
31+
Make sure to follow the steps described on the link:https://neo4j.com/docs/cdc/current/[CDC Documentation] to enable it in `FULL` mode for your Neo4j instance.
3232

3333
Note that CDC-based subscriptions behave differently from other subscription mechanisms.
3434
In this case, it uses the native CDC events from Neo4j database.

0 commit comments

Comments
 (0)