File tree Expand file tree Collapse file tree 2 files changed +48
-51
lines changed Expand file tree Collapse file tree 2 files changed +48
-51
lines changed Original file line number Diff line number Diff line change 1+ .. _kafka-compatibility:
2+
13=============
24Compatibility
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+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments