Skip to content

Commit f238c47

Browse files
nathan-contino-mongoschmalliso
authored andcommitted
(DOCSP-10997): Kafka compatibility section (#24)
1 parent 8d9d995 commit f238c47

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

source/kafka-compatibility.txt

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ Compatibility
66

77
.. default-domain:: mongodb
88

9+
MongoDB Compatibility
10+
---------------------
11+
912
Kafka Sink Connector
10-
--------------------
13+
~~~~~~~~~~~~~~~~~~~~
1114

1215
The **Kafka Sink Connector** requires MongoDB 3.6 or later; it is
1316
unsupported for older versions of MongoDB.
1417

1518
Kafka Source Connector
16-
----------------------
19+
~~~~~~~~~~~~~~~~~~~~~~
1720

1821
The **Kafka Source Connector** requires MongoDB 3.6 or later as your data
1922
source if you are using change streams with a **collection** only. If you
@@ -22,7 +25,25 @@ later.
2225

2326
.. note::
2427

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

Comments
 (0)