Skip to content

Commit f9ac6b8

Browse files
authored
Merge pull request #75 from DBirtolo-mdb/DOCSP-19880
DOCSP-19880 - Added a link to the available CDC event handlers.
2 parents cb2cd7c + 3ba74a8 commit f9ac6b8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

source/sink-connector/configuration-properties/cdc.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Use the following configuration settings to specify a class the sink
2121
connector uses to process change data capture (CDC) events.
2222

2323
See the guide on :doc:`Sink Connector Change Data Capture </sink-connector/fundamentals/change-data-capture>`
24-
for examples using the built-in ``ChangeStreamHandler`` and Debezium event
25-
producers.
24+
for examples using the built-in ``ChangeStreamHandler`` and handlers for the
25+
Debezium and Qlik Replicate event producers.
2626

2727
.. _sink-configuration-change-data-capture-description-end:
2828

@@ -45,7 +45,9 @@ Settings
4545
|
4646
| **Description:**
4747
| The class name of the CDC handler to use for converting changes
48-
into event streams.
48+
into event streams. See
49+
:ref:`Available CDC Handlers <available-cdc-handlers>`
50+
for a list of CDC handlers.
4951
|
5052
| **Default**: ``""``
5153
| **Accepted Values**: An empty string or a fully qualified Java

source/sink-connector/fundamentals/change-data-capture.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To learn more, see
5858
:doc:`change data capture configuration options </sink-connector/configuration-properties/cdc>`
5959
in the {+connector+}.
6060

61+
.. _available-cdc-handlers:
62+
6163
Available CDC Handlers
6264
~~~~~~~~~~~~~~~~~~~~~~
6365

0 commit comments

Comments
 (0)