1
1
.. _kafka-connector-atlas-stream-processing-comparison:
2
2
3
3
===================================================
4
- Compare Kafka Connector and Atlas Stream Processing
4
+ Compare {+connector-short+} and {+atlas-sp+}
5
5
===================================================
6
6
7
7
.. toctree::
@@ -14,24 +14,25 @@ Compare Kafka Connector and Atlas Stream Processing
14
14
:depth: 2
15
15
:class: singlecol
16
16
17
- This page provides a comparison of the feature sets of the MongoDB
18
- Kafka Connector and {+atlas-sp+} to help you identify which tool
17
+ This section provides a comparison of the feature sets of the MongoDB
18
+ {+connector-short+} and {+atlas-sp+} to help you identify which tool
19
19
best suits your use case.
20
20
21
21
.. list-table::
22
22
:header-rows: 1
23
23
:widths: 20 40 40
24
24
25
25
* - Feature
26
- - Kafka Connector
27
- - Atlas Stream Processing
26
+ - {+connector-short+}
27
+ - {+atlas-sp+}
28
28
29
- * - Hosting
30
- - Hosting required for your {+kafka+} cluster and the Kafka
31
- Connector. Use partner services such as Confluent Cloud, Amazon
32
- Managed Streaming, or Redpanda Cloud when possible.
33
- - Stream processing functionality fully managed by {+service+}.
34
- Hosting required for your {+kafka+} cluster.
29
+ * - Supported Stream Processing Capabilities
30
+ - To process streaming data handled by {+connector-short+}, you must
31
+ do one of the following:
32
+ - Extend the {+connector-short+} with SMTs or custom Java
33
+ - Use or write external tooling
34
+ - Available through the MongoDB aggregation framework, with
35
+ extensions specific to stream processing.
35
36
36
37
* - Installation
37
38
- Installation required either locally or on Confluent.
@@ -41,13 +42,12 @@ best suits your use case.
41
42
- MongoDB Java Driver required.
42
43
- Connection managed by {+service+}.
43
44
44
- * - Supported Stream Processing Capabilities
45
- - To process streaming data handled by Kafka Connector, you must
46
- do one of the following:
47
- - Extend the Kafka Connector with SMTs or custom Java
48
- - Use or write external tooling
49
- - Available through the MongoDB aggregation framework, with
50
- extensions specific to stream processing.
45
+ * - Hosting
46
+ - Hosting required for your {+kafka+} cluster and the Kafka
47
+ Connector. Use partner services, such as Confluent Cloud, Amazon
48
+ Managed Streaming, or Redpanda Cloud when possible.
49
+ - Stream processing functionality fully managed by {+service+}.
50
+ Hosting required for your {+kafka+} cluster.
51
51
52
52
* - Windowing
53
53
- No support for windowing. You must manually configure windowing
@@ -79,5 +79,5 @@ best suits your use case.
79
79
80
80
* - Pricing
81
81
- Pricing dependent on your hosting provider.
82
- - Hourly pricing managed by {+atlas-sp+} Typical costs
83
- approximately 25% of the cost of the Kafka Connector .
82
+ - Hourly pricing managed by {+atlas-sp+}. Typical costs
83
+ approximately 25% of the cost of the {+connector-short+} .
0 commit comments