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
2121connector uses to process change data capture (CDC) events.
2222
2323See 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
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ To learn more, see
5858:doc:`change data capture configuration options </sink-connector/configuration-properties/cdc>`
5959in the {+connector+}.
6060
61+ .. _available-cdc-handlers:
62+
6163Available CDC Handlers
6264~~~~~~~~~~~~~~~~~~~~~~
6365
You can’t perform that action at this time.
0 commit comments