Skip to content

Commit

Permalink
Change txLogEnrichment mode from NONE to OFF (#1772)
Browse files Browse the repository at this point in the history
Copy the PRs: #1770 and
#1771.
  • Loading branch information
NataliaIvakina authored Aug 15, 2024
1 parent 336935d commit 32396f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The `ALTER DATABASE` command can be used to set or remove specific options for a
| Description

| txLogEnrichment
| FULL\|DIFF\|NONE
| FULL\|DIFF\|OFF
| Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.
For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/{page-version}/get-started/self-managed/#set-enrichment-mode/[Change Data Capture Manual -> Set the enrichment mode].
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Defines additional configuration specified by comma-separated `name=value` pairs
Defines credentials that need to be passed into certain seed providers.

| `txLogEnrichment`
| `FULL` \| `DIFF` \| `NONE`
| `FULL` \| `DIFF` \| `OFF`
|
Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.

Expand Down

0 comments on commit 32396f1

Please sign in to comment.