Skip to content

Commit d80f091

Browse files
Chris Choschmalliso
authored andcommitted
KAFKA-104: add documentation on compatibility requirements (#16)
* KAFKA-104: add documentation on compatibility requirements for source and sink connector
1 parent 8a4a14b commit d80f091

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This guide is divided into the following topics:
3939
Source Connector Guide </kafka-source>
4040
Kafka Docker Example </kafka-docker-example>
4141
Migrate from Kafka Connect </kafka-connect-migration>
42+
Compatibility </kafka-compatibility>
4243
Changelog <https://github.com/mongodb/mongo-kafka/blob/master/CHANGELOG.md>
4344

4445
For questions or issues , visit our :community-support:`Community Support

source/kafka-compatibility.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _kafka-compatibility:
2+
3+
=============
4+
Compatibility
5+
=============
6+
7+
.. default-domain:: mongodb
8+
9+
Kafka Sink Connector
10+
--------------------
11+
12+
The **Kafka Sink Connector** requires MongoDB 3.6 or later; it is
13+
unsupported for older versions of MongoDB.
14+
15+
Kafka Source Connector
16+
----------------------
17+
18+
The **Kafka Source Connector** requires MongoDB 3.6 or later as your data
19+
source if you are using change streams with a **collection** only. If you
20+
need to watch a **database** or **deployment**, you need MongoDB 4.0 or
21+
later.

0 commit comments

Comments
 (0)