File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ This guide is divided into the following topics:
39
39
Source Connector Guide </kafka-source>
40
40
Kafka Docker Example </kafka-docker-example>
41
41
Migrate from Kafka Connect </kafka-connect-migration>
42
+ Compatibility </kafka-compatibility>
42
43
Changelog <https://github.com/mongodb/mongo-kafka/blob/master/CHANGELOG.md>
43
44
44
45
For questions or issues , visit our :community-support:`Community Support
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments