@@ -6,14 +6,17 @@ Compatibility
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ MongoDB Compatibility
10
+ ---------------------
11
+
9
12
Kafka Sink Connector
10
- --------------------
13
+ ~~~~~~~~~~~~~~~~~~~~
11
14
12
15
The **Kafka Sink Connector** requires MongoDB 3.6 or later; it is
13
16
unsupported for older versions of MongoDB.
14
17
15
18
Kafka Source Connector
16
- ----------------------
19
+ ~~~~~~~~~~~~~~~~~~~~~~
17
20
18
21
The **Kafka Source Connector** requires MongoDB 3.6 or later as your data
19
22
source if you are using change streams with a **collection** only. If you
@@ -22,7 +25,25 @@ later.
22
25
23
26
.. note::
24
27
25
- MongoDB Kafka connectors are only tested against MongoDB clusters. If
26
- you use the MongoDB Kafka connector with a non-genuine MongoDB database,
27
- it may not function correctly due to differences in features or feature
28
- behavior.
28
+ The MongoDB Connector for Apache Kafka is only tested against MongoDB
29
+ clusters. If you use the MongoDB Kafka connector with a non-genuine
30
+ MongoDB database, it may not function correctly due to differences in
31
+ features or feature behavior.
32
+
33
+ Kafka Compatibility
34
+ -------------------
35
+
36
+ The **MongoDB Connector for Apache Kafka** requires Apache Kafka Connect
37
+ API version 2.1.0 or later. The MongoDB Connector can be used with the
38
+ following Kafka-compatibile platforms:
39
+
40
+ - Confluent Platform 5.3 or later
41
+ - Microsoft Azure Event Hubs
42
+ - Red Hat AMQ Streams
43
+
44
+ .. note::
45
+
46
+ The MongoDB Connector for Apache Kafka is only tested against the
47
+ platforms mentioned above. If you use the MongoDB Kafka connector with
48
+ a Kafka-compatible platform that is *not* listed above, it may not
49
+ function correctly due to differences in features or feature behavior.
0 commit comments