File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ Use the following configuration settings to specify a class the sink
21
21
connector uses to process change data capture (CDC) events.
22
22
23
23
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.
26
26
27
27
.. _sink-configuration-change-data-capture-description-end:
28
28
@@ -45,7 +45,9 @@ Settings
45
45
|
46
46
| **Description:**
47
47
| 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.
49
51
|
50
52
| **Default**: ``""``
51
53
| **Accepted Values**: An empty string or a fully qualified Java
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ To learn more, see
58
58
:doc:`change data capture configuration options </sink-connector/configuration-properties/cdc>`
59
59
in the {+connector+}.
60
60
61
+ .. _available-cdc-handlers:
62
+
61
63
Available CDC Handlers
62
64
~~~~~~~~~~~~~~~~~~~~~~
63
65
You can’t perform that action at this time.
0 commit comments