File tree Expand file tree Collapse file tree 6 files changed +47
-18
lines changed Expand file tree Collapse file tree 6 files changed +47
-18
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,6 @@ avro-short = "Avro"
1313kafka-connect = " Confluent Kafka Connect"
1414connector_version =" 1.6"
1515connector_driver_version =" 4.3"
16+ sink-connector =" MongoDB Kafka sink connector"
17+ source-connector =" MongoDB Kafka source connector"
1618connector_driver_url_base =" https://docs.mongodb.com/drivers/java/sync/v{+connector_driver_version+}/"
Original file line number Diff line number Diff line change 1+ .. _kafka_introduction_kafka_connect:
2+
13=======================
24Kafka and Kafka Connect
35=======================
Original file line number Diff line number Diff line change 1- ====================
2- Kafka Sink Connector
3- ====================
1+ ==============
2+ Sink Connector
3+ ==============
44
55.. toctree::
66 :titlesonly:
77 :maxdepth: 1
88
99 Configuration Properties </sink-connector/configuration-properties>
10- Security and Authentication </sink-connector/security-and-authentication>
1110 Fundamentals </sink-connector/fundamentals>
12- Performance Optimization </sink-connector/performance-optimization>
13-
14- abc
11+
12+ .. default-domain:: mongodb
13+
14+ .. contents:: On this page
15+ :local:
16+ :backlinks: none
17+ :depth: 2
18+ :class: singlecol
19+
20+ Overview
21+ --------
22+
23+ This section focuses on the **{+sink-connector+}**.
24+ The {+sink-connector+} is a {+kc+} connector that reads data from {+ak+} and
25+ writes data to MongoDB.
26+
27+ Configuration Properties
28+ ------------------------
29+
30+ To learn about configuration options for your sink connector, see the
31+ :ref:`Configuration Properties <kafka-sink-configuration-properties>` section.
32+
33+ Fundamentals
34+ ------------
35+
36+ To learn how features of the sink connector work and how to configure them, see the
37+ :ref:`Fundamentals <kafka-sink-fundamentals>` section.
Original file line number Diff line number Diff line change 1+ .. _kafka-sink-fundamentals:
2+
13============
24Fundamentals
35============
@@ -8,8 +10,13 @@ Fundamentals
810
911 Write Model Strategies </sink-connector/fundamentals/write-strategies>
1012 Post-processors </sink-connector/fundamentals/post-processors>
11- Data Transformations </sink-connector/fundamentals/data-transformations>
12- Error Handling Strategies </sink-connector/fundamentals/error-handling-strategies>
13+ Error Handling </sink-connector/fundamentals/error-handling-strategies>
1314 Change Data Capture Handlers </sink-connector/fundamentals/change-data-capture>
1415
15- asdf
16+ Read the following sections to learn how {+sink-connector+} features work and
17+ how to configure them:
18+
19+ - :doc:`Specify How the Connector Writes Data to MongoDB </sink-connector/fundamentals/write-strategies>`
20+ - :doc:`Modify Sink Records </sink-connector/fundamentals/post-processors>`
21+ - :doc:`Handle Errors </sink-connector/fundamentals/error-handling-strategies>`
22+ - :doc:`Convert Change Data Capture Events to Write Operations </sink-connector/fundamentals/change-data-capture>`
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- =========================
2- Error Handling Strategies
3- =========================
1+ ==============
2+ Error Handling
3+ ==============
44
55.. default-domain:: mongodb
66
You can’t perform that action at this time.
0 commit comments