File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,17 @@ Kafka Compatibility
34
34
-------------------
35
35
36
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:
37
+ API version 2.1.0 or later and is tested against Apache Kafka 2.3 and
38
+ above. There are many Kafka compatible platforms that work with the Kafka
39
+ Connect service such as:
39
40
40
41
- Confluent Platform 5.3 or later
41
42
- Microsoft Azure Event Hubs
42
43
- Red Hat AMQ Streams
43
44
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 .
45
+ The MongoDB Connector works directly with Kafka Connect; it does not make
46
+ direct connections to the Kafka cluster on the backend. Therefore, the
47
+ MongoDB Connector should work with any Apache Kafka platform that supports
48
+ Kafka Connect including those listed above. If you have any questions about
49
+ the connector, feel free to ask on the
50
+ `MongoDB Community Forums <https://developer.mongodb.com/community/forums/c/connectors-integrations/>`__ .
You can’t perform that action at this time.
0 commit comments