Skip to content

Commit 0724a26

Browse files
committed
* updated doc
1 parent b63a24d commit 0724a26

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,15 +602,13 @@ To start a single node for each cluster type the following commands in different
602602

603603
** There are 5 options you can specify CDC client mode from. Take a look at `--help` command output to learn about them.
604604

605-
** You can optionally activate both clusters at CDC client start-up with `--activate-cluster`. You need this for data persistance at source and destination clusters. You can also use `control.sh` capabilities to activate clusters manually.
606-
607605
NOTE: Start both clusters (as in previous example with Ignite nodes) before starting CDC client.
608606

609607
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):
610608
```
611609
./cdc-start-up.sh --ignite cluster-1
612610
./cdc-start-up.sh --ignite cluster-2
613-
./cdc-start-up.sh --cdc-client --ignite-to-ignite-thin --activate-cluster cluster-1
611+
./cdc-start-up.sh --cdc-client --ignite-to-ignite-thin cluster-1
614612
```
615613

616614
NOTE: Make sure clusters fully started up before starting CDC client.
@@ -619,7 +617,7 @@ Here is an example on how to start Active-Active inter-cluster communication wit
619617
```
620618
./cdc-start-up.sh --ignite cluster-1
621619
./cdc-start-up.sh --ignite cluster-2
622-
./cdc-start-up.sh --cdc-client --ignite-to-ignite --activate-cluster cluster-1
620+
./cdc-start-up.sh --cdc-client --ignite-to-ignite cluster-1
623621
./cdc-start-up.sh --cdc-client --ignite-to-ignite cluster-2
624622
```
625623

@@ -645,7 +643,7 @@ Here is an example on how to start Active-Passive inter-cluster communication wi
645643
```
646644
./cdc-start-up.sh --ignite cluster-1
647645
./cdc-start-up.sh --ignite cluster-2
648-
./cdc-start-up.sh --cdc-client --ignite-to-kafka --activate-cluster cluster-1
646+
./cdc-start-up.sh --cdc-client --ignite-to-kafka cluster-1
649647
./cdc-start-up.sh --cdc-client --kafka-to-ignite-thin cluster-2
650648
```
651649

@@ -654,7 +652,7 @@ Here is an example on how to start Active-Passive inter-cluster communication wi
654652
./cdc-start-up.sh --check-cdc --key 11006 --value 1 --version 1 --cluster 1
655653
```
656654

657-
The command basically puts the entry to the chosen cluster and shows the difference between the two clusters until the data fully transfered.
655+
The command basically puts the entry to the chosen cluster and shows the difference between the two clusters until the data fully transferred.
658656

659657
NOTE: To use it with Active-Passive, push entries only in the Active part of the CDC inter-cluster system.
660658

0 commit comments

Comments
 (0)