maksaska commented on code in PR #11497:
URL: https://github.com/apache/ignite/pull/11497#discussion_r1981910560


##########
docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc:
##########
@@ -30,7 +30,21 @@ NOTE: All implementations of the cross-cluster replication 
support replication o
 NOTE: To use SQL queries on the destination cluster over CDC-replicated data, 
set the same `VALUE_TYPE` in
 link:sql-reference/ddl#create-table[CREATE TABLE] on both source and 
destination clusters for each table.
 
-== Ignite to Java Thin Client CDC streamer
+==== Installation
+
+. Build `cdc-ext` module with maven:
++
+```console
+  $~/src/ignite-extensions/> mvn clean package -DskipTests
+  $~/src/ignite-extensions/> ls modules/cdc-ext/target | grep zip
+ignite-cdc-ext.zip
+```
+
+. Unpack `ignite-cdc-ext.zip` archive to `$IGNITE_HOME` folder.

Review Comment:
   Agree. Changed the command



##########
docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc:
##########
@@ -30,7 +30,21 @@ NOTE: All implementations of the cross-cluster replication 
support replication o
 NOTE: To use SQL queries on the destination cluster over CDC-replicated data, 
set the same `VALUE_TYPE` in
 link:sql-reference/ddl#create-table[CREATE TABLE] on both source and 
destination clusters for each table.
 
-== Ignite to Java Thin Client CDC streamer
+==== Installation
+
+. Build `cdc-ext` module with maven:
++
+```console
+  $~/src/ignite-extensions/> mvn clean package -DskipTests
+  $~/src/ignite-extensions/> ls modules/cdc-ext/target | grep zip
+ignite-cdc-ext.zip

Review Comment:
   Fixed it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to