Skip to content

Commit 5f8fb9e

Browse files
kyuan-mongodbschmalliso
authored andcommitted
DOCSP-15825 compatibility page (#148)
* added compatibility page
1 parent 4d48977 commit 5f8fb9e

File tree

2 files changed

+48
-51
lines changed

2 files changed

+48
-51
lines changed

source/compatibility.txt

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
1+
.. _kafka-compatibility:
2+
13
=============
24
Compatibility
35
=============
46

5-
asdf
7+
.. default-domain:: mongodb
8+
9+
MongoDB Compatibility
10+
---------------------
11+
12+
Kafka Sink Connector
13+
~~~~~~~~~~~~~~~~~~~~
14+
15+
The **Kafka Sink Connector** requires MongoDB 3.6 or later.
16+
17+
Kafka Source Connector
18+
~~~~~~~~~~~~~~~~~~~~~~
19+
20+
The **Kafka Source Connector** requires MongoDB 3.6 or later.
21+
22+
If you are using MongoDB 3.6, the connector can only listen for
23+
changes on **collections**. If you need the connector to listen for
24+
changes on a **database** or **deployment**, you must use
25+
MongoDB 4.0 or later.
26+
27+
.. note::
28+
29+
We recommend that you only use the {+mkc+} with an official version
30+
of the MongoDB server. We cannot guarantee it functions correctly
31+
with any other version.
32+
33+
Kafka Compatibility
34+
-------------------
35+
36+
The **{+mkc+}** requires Kafka Connect version 2.1.0 or later. It's
37+
tested against Apache Kafka 2.3 and later. You can use the Kafka
38+
Connect service with several Apache Kafka compatible platforms including
39+
the following:
40+
41+
- Confluent Platform 5.3 or later
42+
- Microsoft Azure Event Hubs
43+
- Red Hat AMQ Streams
44+
45+
The {+mkc+} works directly with Kafka Connect. The connector does not
46+
connect directly to a Kafka cluster which means it's compatible with any
47+
Apache Kafka platform that supports Kafka Connect.
48+
49+
If you have any questions about the {+mkc+}, feel free to ask them on
50+
the `MongoDB Community Forums
51+
<https://www.mongodb.com/community/forums/c/connectors-integrations/>`__.
52+

source/kafka-compatibility.txt

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)