@@ -76,7 +76,7 @@ content: |
7676 :alt: Arrangement of two shells for this tutorial.
7777
7878 Arrange your two terminal windows to match the preceding image so that
79- both are visible and one is above the other.
79+ both are visible and one is above the other.
8080
8181 To monitor your topic, type the following command in your upper terminal window:
8282
@@ -87,7 +87,7 @@ content: |
8787 .. important:: Broker Leader Not Available
8888
8989 If you receive the following output, run the preceding ``kafkacat`` command
90- a second time:
90+ a second time:
9191
9292 .. code-block::
9393 :copyable: false
@@ -117,7 +117,7 @@ content: |
117117 .. code-block:: bash
118118
119119 curl -X POST -H "Content-Type: application/json" --data '
120- { "name": "mongo-sink-CDCTutorial-eventroundtrip",
120+ { "name": "mongo-sink-CDCTutorial-eventroundtrip",
121121 "config": {
122122 "connector.class":"com.mongodb.kafka.connect.MongoSinkConnector",
123123 "tasks.max":"1",
@@ -161,8 +161,8 @@ content: |
161161title : Change Data in MongoDB
162162ref : cdc-tutorial-change-data
163163content : |
164- From your lower terminal, enter the
165- `MongoDB Shell <https://docs .mongodb.com/mongodb-shell/>`__
164+ From your lower terminal, enter the
165+ `MongoDB Shell <https://www .mongodb.com/docs /mongodb-shell/>`__
166166 with the following command:
167167
168168 .. code-block:: bash
@@ -174,7 +174,7 @@ content: |
174174 .. code-block:: bash
175175 :copyable: false
176176
177- rs0 [primary] test>
177+ rs0 [primary] test>
178178
179179 .. _cdc-tutorial-change-data-insert:
180180
@@ -188,13 +188,13 @@ content: |
188188
189189 Once you insert the document, you should see output that resembles the following
190190 in your upper shell:
191-
191+
192192 .. code-block:: bash
193193 :copyable: false
194194
195195 {"schema":{"type":"string","optional":false},
196- "payload":{"_id": {"_data": "8260...4"},
197- "operationType": "insert",
196+ "payload":{"_id": {"_data": "8260...4"},
197+ "operationType": "insert",
198198 "clusterTime": {"$timestamp": {"t": 1611348141, "i": 2}},
199199 "fullDocument": {"_id": {"$oid": "600b38ad..."}, "proclaim": "Hello World!"},
200200 "ns": {"db": "CDCTutorial", "coll": "Source"},
@@ -216,7 +216,7 @@ content: |
216216
217217 Try deleting your document from your ``Source`` collection with the following
218218 command:
219-
219+
220220 .. code-block:: javascript
221221
222222 db.Source.deleteMany({})
0 commit comments