This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 60ba8b14a06 IGNITE-17892 Documentation: Fix class for cdcEnabled
parameter - Fixes #10310.
60ba8b14a06 is described below
commit 60ba8b14a06a7d7aab87c2d3c9c49f0eb6d612d0
Author: liyujue <[email protected]>
AuthorDate: Tue Apr 11 11:43:05 2023 +0300
IGNITE-17892 Documentation: Fix class for cdcEnabled parameter - Fixes
#10310.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
docs/_docs/persistence/change-data-capture.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/persistence/change-data-capture.adoc
b/docs/_docs/persistence/change-data-capture.adoc
index 846e389cb5a..c491969b265 100644
--- a/docs/_docs/persistence/change-data-capture.adoc
+++ b/docs/_docs/persistence/change-data-capture.adoc
@@ -49,7 +49,7 @@ On startup event processing will be continued from the last
saved state.
[cols="20%,45%,35%",opts="header"]
|===
|Name |Description | Default value
-| `DataStorageConfiguration#cdcEnabled` | Flag to enable CDC on the server
node. | `false`
+| `DataRegionConfiguration#cdcEnabled` | Flag to enable CDC on the server
node. | `false`
| `DataStorageConfiguration#cdcWalPath` | Path to the CDC directory |
`"db/wal/cdc"`
| `DataStorageConfiguration#walForceArchiveTimeout` | Timeout to forcefully
archive the WAL segment even it is not complete. | `-1` (disabled)
|===