You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -563,7 +563,7 @@ Basically, you can combine them any way you want to meet your project goals.
563
563
564
564
=== CDC example manager
565
565
566
-
`ignite-cdc-ext` ships with CDC example manager `cdc-start-up.sh` alongside `kafka-to-ignite.sh`
566
+
`ignite-cdc-ext` ships with CDC example manager `cdc-start-up.sh` alongside `kafka-to-ignite.sh`. You can find it under '../examples/config/cdc-start-up/' directory.
567
567
568
568
You can use this script to start all kinds of replication strategies without any additional configuration.
569
569
@@ -590,8 +590,8 @@ There are currently 2 examples for 2 clusters, that you can run sumalteniously.
590
590
NOTE: All properties files are preconfigured to work out of the box.
@@ -606,19 +606,19 @@ NOTE: Start both clusters (as in previous example with Ignite nodes) before star
606
606
607
607
Here is an example on how to start Active-Passive inter-cluster communication with 2 separate nodes and one thin CDC client for Ignite-to-Ignite replication from cluster 1 to cluster 2 (Run the commands independently):
NOTE: Make sure clusters fully started up before starting CDC client.
615
615
616
616
Here is an example on how to start Active-Active inter-cluster communication with 2 separate nodes and 2 CDC clients (thick) for Ignite-to-Ignite replication (Run the commands independently):
NOTE: To start CDC with Kafka you need to start topics beforehand.
@@ -641,10 +641,10 @@ We use the following topics naming for our examples:
641
641
642
642
Here is an example on how to start Active-Passive inter-cluster communication with 2 separate nodes and 2 CDC clients for replication with Kafka from cluster 1 to cluster 2 (Run the commands independently):
* You can check CDC replication with `--check-cdc`. Use it in parallel with Active-Passive/Active-Active replication. To start CDC check for proposed entry:
0 commit comments