This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 8baf97adb14 IGNITE-17674 Document Kafka to thin client CDC streamer
(#10249)
8baf97adb14 is described below
commit 8baf97adb1420f813a01318808830c1e408e50a2
Author: Nikita Amelchev <[email protected]>
AuthorDate: Tue Sep 13 19:25:08 2022 +0300
IGNITE-17674 Document Kafka to thin client CDC streamer (#10249)
---
.../extensions-and-integrations/change-data-capture-extensions.adoc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git
a/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
b/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
index fce656174b5..b9e248cf053 100644
--- a/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
+++ b/docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
@@ -148,9 +148,11 @@ NOTE: Please, enable `ignite-cdc-ext` to be able to run
`kafka-to-ignite.sh`.
==== Configuration
Application configuration should be done using POJO classes or Spring xml file
like regular Ignite node configuration.
-Kafka to ignite configuration file should contain the following beans that
will be loaded during startup:
+Kafka to Ignite configuration file should contain the following beans that
will be loaded during startup:
-. `IgniteConfiguration` bean: Configuration of the client node that will
connect to the destination cluster.
+. One of the configuration beans to define a client type that will connect to
the destination cluster:
+- `IgniteConfiguration` bean: Configuration of a client node.
+- `ClientConfiguration` bean: Configuration of a
link:thin-clients/java-thin-client[Java Thin Client].
. `java.util.Properties` bean with the name `kafkaProperties`: Single Kafka
consumer configuration.
. `org.apache.ignite.cdc.kafka.KafkaToIgniteCdcStreamerConfiguration` bean:
Options specific to `kafka-to-ignite.sh` application.