Skip to content

Commit ed9df98

Browse files
committed
DOCSP-19880 - Added a link to the available CDC event handlers.
1 parent a68b064 commit ed9df98

File tree

1 file changed

+5
-3
lines changed
  • source/sink-connector/configuration-properties

1 file changed

+5
-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+
:doc:`Available CDC Handlers </sink-connector/fundamentals/change-data-capture/#available-cdc-handlers>`
50+
for a list of CDC handlers.
4951
|
5052
| **Default**: ``""``
5153
| **Accepted Values**: An empty string or a fully qualified Java

0 commit comments

Comments
 (0)