Skip to content

Commit 1de3bc7

Browse files
author
your proper name
committed
(DOCSP-42962) Spacing.
1 parent 848dfed commit 1de3bc7

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

source/source-connector/configuration-properties/kafka-topic.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ Settings
8181
:manual:`namespaces </reference/glossary/#std-term-namespace>`
8282
and topic names.
8383
|
84-
| You can specify complex mappings by using the
85-
``topic.namespace.map`` property. This property supports regex
86-
and wildcard matching. To learn more about these behaviors and
87-
view examples, see the :ref:`Topic Namespace Map
88-
<topic-naming-namespace-map>` section of the Topic Naming
89-
page.
84+
| You can use to ``topic.namespace.map`` property to
85+
specify complex mappings. This property supports regex
86+
and wildcard matching.
87+
|
88+
| To learn more about these behaviors and
89+
view examples, see :ref:`Topic Namespace Map
90+
<topic-naming-namespace-map>`.
9091
|
9192
| **Default**: ``""``
9293
| **Accepted Values**: A valid JSON object
@@ -115,15 +116,14 @@ Settings
115116
topic.prefix=prefix
116117
database=db
117118
collection=coll
118-
topic.separator=-
119+
topic.separator=-
119120

120121
| :gold:`IMPORTANT:` When you use the ``topic.separator`` property, keep in mind that it
121122
does not affect how you define the ``topic.namespace.map`` property.
122123
The ``topic.namespace.map`` property uses MongoDB
123124
:manual:`namespaces </reference/glossary/#std-term-namespace>`
124125
which you must always specify with a ``.`` character to separate
125126
the database and collection name.
126-
127127
|
128128
| **Default**: ``"."``
129129
| **Accepted Values**: A string

source/source-connector/configuration-properties/mongodb-connection.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Settings
4949
| **Description:**
5050
| The :manual:`URI connection string </reference/connection-string/#standard-connection-string-format>`
5151
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>`.
5354

5455
.. include:: /includes/externalize-secrets.rst
5556

@@ -72,10 +73,9 @@ Settings
7273
| **Description:**
7374
| Name of the collection in the database to watch for changes. If not
7475
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.
7979
|
8080
| **Default**: ``""``
8181
| **Accepted Values**: A single collection name
@@ -99,6 +99,7 @@ Settings
9999
| When set to ``true``, if the connector calls a command on your
100100
MongoDB instance that's deprecated in the declared {+stable-api+}
101101
version, it raises an exception.
102+
|
102103
| You can set the API version with the ``server.api.version``
103104
configuration option. For more information on the {+stable-api+}, see
104105
the MongoDB manual entry on the
@@ -114,6 +115,7 @@ Settings
114115
| When set to ``true``, if the connector calls a command on your
115116
MongoDB instance that's not covered in the declared {+stable-api+}
116117
version, it raises an exception.
118+
|
117119
| You can set the API version with the ``server.api.version``
118120
configuration option. For more information on the {+stable-api+}, see
119121
the MongoDB manual entry on the

0 commit comments

Comments
 (0)