@@ -39,41 +39,41 @@ See the following categories for a list of related configuration properties:
39
39
* - Category
40
40
- Description
41
41
42
- * - :doc:`MongoDB Connection Properties </ sink-connector/ configuration-properties/ mongodb-connection> `
42
+ * - :ref:` sink-configuration-mongodb-connection`
43
43
- Specify how to connect to your MongoDB cluster.
44
44
45
- * - :doc:`MongoDB Namespace Mapping Properties </ sink-connector/ configuration-properties/mongodb- namespace> `
45
+ * - :ref:` sink-configuration-namespace-mapping `
46
46
- Specify where to sink your data.
47
47
48
- * - :doc:`Kafka Topic Properties </ sink-connector/ configuration-properties/kafka- topic> `
48
+ * - :ref:` sink-configuration-topic-properties `
49
49
- Specify the Kafka topics to which the connector should subscribe.
50
50
51
- * - :doc:`Sink Connector Message Processing Properties </ sink-connector/ configuration-properties/connector- message> `
51
+ * - :ref:` sink-configuration-message-processing `
52
52
- Set batch size, rate limiting, and number of parallel tasks.
53
53
54
- * - :doc:`Sink Connector Error Handling Properties </ sink-connector/ configuration-properties/ error-handling> `
54
+ * - :ref:` sink-configuration-error-handling`
55
55
- Specify how to respond to errors and configure the dead letter queue.
56
56
57
- * - :doc:`Connector Post-processor Properties </ sink-connector/ configuration-properties/ post-processors> `
57
+ * - :ref:` sink-configuration-post-processors`
58
58
- Specify transformations of Kafka topic data.
59
59
60
- * - :doc:`Connector Id Strategy Properties </ sink-connector/ configuration-properties/ id-strategy> `
60
+ * - :ref:` sink-configuration-id-strategy`
61
61
- Specify how the connector generates document ids.
62
62
63
63
* - :ref:`sink-configuration-write-model-strategy`
64
64
- Specify how the connector writes data to MongoDB.
65
65
66
- * - :doc:`Topic Override Properties </ sink-connector/ configuration-properties/ topic-override> `
66
+ * - :ref:` sink-configuration-topic-override`
67
67
- Override how the connector processes data on specific Kafka topics.
68
68
69
- * - :doc:`Change Data Capture Properties </ sink-connector/ configuration-properties/cdc> `
69
+ * - :ref:` sink-configuration-change-data-capture `
70
70
- Specify how the connector captures CDC events from a Kafka topic.
71
71
72
- * - :doc:`Time Series Properties </ sink-connector/ configuration-properties/ time-series> `
72
+ * - :ref:` sink-configuration-time-series`
73
73
- Configure the connector to sink data to a MongoDB time series
74
74
collection.
75
75
76
- * - :doc:`All Properties </ sink-connector/ configuration-properties/ all-properties> `
76
+ * - :ref:` sink-configuration-all-properties`
77
77
- View all preceding categories of configuration properties on one page.
78
78
79
79
See the `Confluent Sink Connector documentation <https://docs.confluent.io/current/installation/configuration/connect/sink-connect-configs.html>`__
0 commit comments