Skip to content

Commit 67a15bb

Browse files
author
Chris Cho
authored
DOCSP-32072: atomic typo fixes and cleanup (#135)
1 parent 5296d14 commit 67a15bb

File tree

7 files changed

+3
-15
lines changed

7 files changed

+3
-15
lines changed

source/includes/tutorials/feedback.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

source/introduction/kafka-connect.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For more information on Kafka Connect, see the following resources:
5757

5858
- `Confluent Kafka Connect Page <https://docs.confluent.io/platform/current/connect/index.html>`__
5959
- `Apache Kafka Official Documentation, Kafka Connect Guide <https://kafka.apache.org/documentation/#connect>`__
60-
- `Apache Foundation Video Walk-Through of the Kafka Connect Framework <https://www.youtube.com/watch?v=EXviLqXFoQI>`__
60+
- `Building your First Connector for Kafka Connect <https://www.youtube.com/watch?v=EXviLqXFoQI>`__ from the Apache Software Foundation
6161

6262
.. tip:: Use Kafka Connect instead of Producer/Consumer Clients when Connecting to Datastores
6363

@@ -71,7 +71,7 @@ For more information on Kafka Connect, see the following resources:
7171
Apache Kafka to popular datastores like MongoDB, PostgreSQL, and MySQL using the
7272
Kafka Connect framework. This reduces the amount of boilerplate code you need to
7373
write and maintain to manage database connections, error handling,
74-
dead-letter queue integration, and other problems involved in connecting Apache Kafka
74+
dead letter queue integration, and other problems involved in connecting Apache Kafka
7575
with a datastore.
7676
- You have the option to use a managed Kafka Connect cluster from Confluent.
7777

@@ -86,4 +86,4 @@ cluster as a data source, and a MongoDB cluster as a data sink.
8686
:alt: Dataflow diagram of Kafka Connect deployment.
8787

8888
All connectors and datastores in the example pipeline are optional, and you can
89-
swap them out for whatever connectors and datastores you need for your deployment.
89+
swap them out for the connectors and datastores you need for your deployment.

source/tutorials/explore-change-streams.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,3 @@ this tutorial:
200200
- :manual:`Modify Change Stream Output </changeStreams/#modify-change-stream-output>`
201201
- :mongosh:`MongoDB Shell (mongosh) </>`
202202

203-
.. include:: /includes/tutorials/feedback.rst

source/tutorials/migrate-time-series.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,3 @@ this tutorial:
228228
- :ref:`<sink-configuration-time-series>`
229229
- :manual:`Time Series Collections </core/timeseries-collections/>`
230230

231-
.. include:: /includes/tutorials/feedback.rst

source/tutorials/replicate-with-cdc.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,3 @@ this tutorial:
302302
- :ref:`<kafka-sink-overview>`
303303
- :ref:`<kafka-source-overview>`
304304

305-
.. include:: /includes/tutorials/feedback.rst

source/tutorials/sink-connector.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,3 @@ this tutorial:
170170
- :ref:`Introduction to Kafka Connector Converters <intro-converters>`
171171
- `Kafka Connect REST API <https://developer.confluent.io/learn-kafka/kafka-connect/rest-api/>`__
172172

173-
.. include:: /includes/tutorials/feedback.rst

source/tutorials/source-connector.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,3 @@ this tutorial:
255255
- :ref:`Source Connector Configuration Properties <source-configuration-index>`
256256
- `Kafka Connect REST API <https://developer.confluent.io/learn-kafka/kafka-connect/rest-api/>`__
257257

258-
.. include:: /includes/tutorials/feedback.rst

0 commit comments

Comments
 (0)