Skip to content

Commit c20b1ec

Browse files
(DOCSP-22974) Move Connector Info (#47)
1 parent e1582a7 commit c20b1ec

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A {+source-connector+} works by opening a single change stream with
2+
MongoDB and sending data from that change stream to {+kc+}. Your source
3+
connector maintains its change stream for the duration of its runtime, and your
4+
connector closes its change stream when you stop it.

source/source-connector.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ This section focuses on the **{+source-connector+}**.
2727
The {+source-connector+} is a {+kc+} connector that reads data from MongoDB and
2828
writes data to {+ak+}.
2929

30+
.. include:: /includes/source-connector-change-stream.rst
31+
3032
Configuration Properties
3133
------------------------
3234

source/source-connector/fundamentals/change-streams.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ learn how to set your WiredTiger cache, see the guide on the
9797
Source Connectors
9898
-----------------
9999

100-
A {+mkc+} source connector works by opening a single change stream with
101-
MongoDB and sending data from that change stream to Kafka Connect. Your source
102-
connector maintains its change stream for the duration of its runtime, and your
103-
connector closes its change stream when you stop it.
100+
.. include:: /includes/source-connector-change-stream.rst
104101

105102
To view the available options to configure your source connector's change stream,
106103
see the :ref:`<source-configuration-change-stream>` page.

0 commit comments

Comments
 (0)