@@ -49,7 +49,8 @@ Settings
49
49
| **Description:**
50
50
| The :manual:`URI connection string </reference/connection-string/#standard-connection-string-format>`
51
51
to connect to your MongoDB instance or cluster.
52
- | For more information, see the :ref:`<kafka-intro-connect>` guide
52
+ |
53
+ | To learn more, see :ref:`<kafka-intro-connect>`.
53
54
54
55
.. include:: /includes/externalize-secrets.rst
55
56
@@ -72,10 +73,9 @@ Settings
72
73
| **Description:**
73
74
| Name of the collection in the database to watch for changes. If not
74
75
set, the connector watches all collections for changes.
75
-
76
- :gold:`IMPORTANT:` If your ``database`` configuration is set to ``""``, the connector
77
- ignores the ``collection`` setting.
78
-
76
+ |
77
+ | :gold:`IMPORTANT:` If your ``database`` configuration is set to ``""``, the connector
78
+ ignores the ``collection`` setting.
79
79
|
80
80
| **Default**: ``""``
81
81
| **Accepted Values**: A single collection name
@@ -99,6 +99,7 @@ Settings
99
99
| When set to ``true``, if the connector calls a command on your
100
100
MongoDB instance that's deprecated in the declared {+stable-api+}
101
101
version, it raises an exception.
102
+ |
102
103
| You can set the API version with the ``server.api.version``
103
104
configuration option. For more information on the {+stable-api+}, see
104
105
the MongoDB manual entry on the
@@ -114,6 +115,7 @@ Settings
114
115
| When set to ``true``, if the connector calls a command on your
115
116
MongoDB instance that's not covered in the declared {+stable-api+}
116
117
version, it raises an exception.
118
+ |
117
119
| You can set the API version with the ``server.api.version``
118
120
configuration option. For more information on the {+stable-api+}, see
119
121
the MongoDB manual entry on the
0 commit comments