Skip to content

DOCSP-32072: atomic typo fixes and cleanup #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions source/includes/tutorials/feedback.rst

This file was deleted.

6 changes: 3 additions & 3 deletions source/introduction/kafka-connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For more information on Kafka Connect, see the following resources:

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

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

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

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

All connectors and datastores in the example pipeline are optional, and you can
swap them out for whatever connectors and datastores you need for your deployment.
swap them out for the connectors and datastores you need for your deployment.
1 change: 0 additions & 1 deletion source/tutorials/explore-change-streams.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,3 @@ this tutorial:
- :manual:`Modify Change Stream Output </changeStreams/#modify-change-stream-output>`
- :mongosh:`MongoDB Shell (mongosh) </>`

.. include:: /includes/tutorials/feedback.rst
1 change: 0 additions & 1 deletion source/tutorials/migrate-time-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,3 @@ this tutorial:
- :ref:`<sink-configuration-time-series>`
- :manual:`Time Series Collections </core/timeseries-collections/>`

.. include:: /includes/tutorials/feedback.rst
1 change: 0 additions & 1 deletion source/tutorials/replicate-with-cdc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,3 @@ this tutorial:
- :ref:`<kafka-sink-overview>`
- :ref:`<kafka-source-overview>`

.. include:: /includes/tutorials/feedback.rst
1 change: 0 additions & 1 deletion source/tutorials/sink-connector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,3 @@ this tutorial:
- :ref:`Introduction to Kafka Connector Converters <intro-converters>`
- `Kafka Connect REST API <https://developer.confluent.io/learn-kafka/kafka-connect/rest-api/>`__

.. include:: /includes/tutorials/feedback.rst
1 change: 0 additions & 1 deletion source/tutorials/source-connector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,3 @@ this tutorial:
- :ref:`Source Connector Configuration Properties <source-configuration-index>`
- `Kafka Connect REST API <https://developer.confluent.io/learn-kafka/kafka-connect/rest-api/>`__

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