@@ -13,15 +13,17 @@ Replicate Data with a Change Data Capture Handler
13
13
Overview
14
14
--------
15
15
16
- Learn how to replicate data with a **change data capture handler** in the
17
- {+mkc+}. A change data capture handler is a
18
- <TODO: add definition of change data capture handler from sink connector - CDC page>
16
+ Learn how to use a **change data capture (CDC) handler** to replicate data with the
17
+ {+mkc+}. A CDC handler is a program that translates CDC events into MongoDB
18
+ write operations. Use a CDC handler when you need to reproduce the changes in
19
+ one datastore into another datastore.
19
20
20
- <TODO: Expand on the use case for this tutorial with content form the change
21
- data capture page>
21
+ In this tutorial, you use a CDC handler to make two MongoDB collections
22
+ contain the same documents.
22
23
23
- For more information on change data capture, see our <TODO: link to change data
24
- capture guide>
24
+ If you want to learn more about how CDC handlers work rather than view
25
+ a tutorial that demonstrates how you use them, see the
26
+ :ref:`<sink-fundamentals-cdc-handler>` guide.
25
27
26
28
Requirements
27
29
~~~~~~~~~~~~
@@ -36,8 +38,10 @@ Tutorial
36
38
Further Reading
37
39
---------------
38
40
39
- For more information on change streams , see our
40
- :doc:`guide on change streams </source-connector/fundamentals/change-streams>`.
41
+ To learn more about the topics discussed in this tutorial , see the
42
+ following {+mkc+} guides:
41
43
42
- For more information on sink connectors, see our
43
- :doc:`guide on sink connectors </sink-connector/>`
44
+ - :ref:`<sink-fundamentals-cdc-handler>`
45
+ - :ref:`<kafka-source-change-streams>`
46
+ - :ref:`<kafka-sink-overview>`
47
+ - :ref:`<kafka-source-overview>`
0 commit comments