Skip to content

Commit ab3b948

Browse files
committed
IGNITE-17674 Document Kafka to thin client CDC streamer (#10249)
(cherry picked from commit 8baf97a)
1 parent a0a38be commit ab3b948

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,11 @@ NOTE: Please, enable `ignite-cdc-ext` to be able to run `kafka-to-ignite.sh`.
148148
==== Configuration
149149

150150
Application configuration should be done using POJO classes or Spring xml file like regular Ignite node configuration.
151-
Kafka to ignite configuration file should contain the following beans that will be loaded during startup:
151+
Kafka to Ignite configuration file should contain the following beans that will be loaded during startup:
152152

153-
. `IgniteConfiguration` bean: Configuration of the client node that will connect to the destination cluster.
153+
. One of the configuration beans to define a client type that will connect to the destination cluster:
154+
- `IgniteConfiguration` bean: Configuration of a client node.
155+
- `ClientConfiguration` bean: Configuration of a link:thin-clients/java-thin-client[Java Thin Client].
154156
. `java.util.Properties` bean with the name `kafkaProperties`: Single Kafka consumer configuration.
155157
. `org.apache.ignite.cdc.kafka.KafkaToIgniteCdcStreamerConfiguration` bean: Options specific to `kafka-to-ignite.sh` application.
156158

0 commit comments

Comments
 (0)