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"
13
13
kafka-connect = " Confluent Kafka Connect"
14
14
connector_version =" 1.6"
15
15
connector_driver_version =" 4.3"
16
+ sink-connector =" MongoDB Kafka sink connector"
17
+ source-connector =" MongoDB Kafka source connector"
16
18
connector_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
+
1
3
=======================
2
4
Kafka and Kafka Connect
3
5
=======================
Original file line number Diff line number Diff line change 1
- ====================
2
- Kafka Sink Connector
3
- ====================
1
+ ==============
2
+ Sink Connector
3
+ ==============
4
4
5
5
.. toctree::
6
6
:titlesonly:
7
7
:maxdepth: 1
8
8
9
9
Configuration Properties </sink-connector/configuration-properties>
10
- Security and Authentication </sink-connector/security-and-authentication>
11
10
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
+
1
3
============
2
4
Fundamentals
3
5
============
@@ -8,8 +10,13 @@ Fundamentals
8
10
9
11
Write Model Strategies </sink-connector/fundamentals/write-strategies>
10
12
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>
13
14
Change Data Capture Handlers </sink-connector/fundamentals/change-data-capture>
14
15
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
+ ==============
4
4
5
5
.. default-domain:: mongodb
6
6
You can’t perform that action at this time.
0 commit comments