From 450edcc984879019efadd70bf79ca3fa19c1b41c Mon Sep 17 00:00:00 2001 From: angrykoala Date: Wed, 16 Oct 2024 15:53:38 +0100 Subject: [PATCH] Add a mention to the required full mode in cdc --- modules/ROOT/pages/subscriptions/engines.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/subscriptions/engines.adoc b/modules/ROOT/pages/subscriptions/engines.adoc index f4bcc18f..e38c54b9 100644 --- a/modules/ROOT/pages/subscriptions/engines.adoc +++ b/modules/ROOT/pages/subscriptions/engines.adoc @@ -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.