Skip to content

Commit

Permalink
IGNITE-19528
Browse files Browse the repository at this point in the history
* README.txt update
  • Loading branch information
maksaska committed Jan 12, 2025
1 parent dabc1ce commit 4a871c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/cdc-ext/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ Or you can build the binary for the module from the source code by using the fol
```console
mvn clean install -f modules/cdc-ext -Pcheckstyle,extension-release,skip-docs -DskipTests
```

The resulting binary will be located under 'target' directory. Unpack it to ignite binary root to enable CDC.

For Linux/Macos you can use in the ignite root with cdc binary:

$ unzip ignite-cdc-ext-bin.zip
$ cp -r ignite-cdc-ext/* .

Now, you have additional binary `$IGNITE_HOME/bin/kafka-to-ignite.sh` and `$IGNITE_HOME/libs/optional/ignite-cdc-ext` module.

Use Apache Ignite documentation to explore CDC capabilities.

0 comments on commit 4a871c5

Please sign in to comment.