This is an automated email from the ASF dual-hosted git repository.

alexpl pushed a commit to branch ignite-2.15
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 5fad42f001da67c51eca02dcf1cdf7fbe4f3810e
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]>
    (cherry picked from commit 60ba8b14a06a7d7aab87c2d3c9c49f0eb6d612d0)
---
 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)
 |===

Reply via email to