Skip to content

Commit

Permalink
Add a mention to the required full mode in cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Oct 16, 2024
1 parent a33fe53 commit 450edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/subscriptions/engines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It is ideal for development, testing, and servers that do not require horizontal
== Change Data Capture label:Beta[]

If your database supports Change Data Capture (CDC), you can use it as your mechanism for subscriptions using `Neo4jGraphQLSubscriptionsCDCEngine`.
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.
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.

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

0 comments on commit 450edcc

Please sign in to comment.