IGNITE-17674 Document Kafka to thin client CDC streamer (#10249)

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 fce6561..b9e248c 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 @@
 ==== 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.