File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,27 @@ a Confluent-verified connector that persists data from {+kafka+} topics as a
31
31
data sink into MongoDB and publishes changes from MongoDB into Kafka
32
32
topics as a data source.
33
33
34
- We recommend that you use one of the following MongoDB partner service
34
+ We recommend that you use one of the following MongoDB partner service
35
35
offerings to host your {+kafka+} cluster and {+connector+}:
36
36
37
37
- `Confluent Cloud <https://www.confluent.io/lp/confluent-cloud/>`__
38
38
- `Amazon Managed Streaming for Apache Kafka (MSK) <https://aws.amazon.com/msk/>`__
39
39
- `Redpanda Cloud <https://redpanda.com/redpanda-cloud>`__
40
40
41
+ .. note::
42
+
43
+ You can also use Atlas Stream Processing, which is a MongoDB-native way to
44
+ process streaming data by using the MongoDB Query API. It transforms the way
45
+ that developers build modern applications.
46
+
47
+ Use Atlas Stream Processing to continuously process streaming data,
48
+ validate schemas, and materialize views into either Atlas database
49
+ collections or Apache Kafka topics.
50
+
51
+ To learn more about Atlas Stream Processing, see the
52
+ `Atlas Stream Processing <https://www.mongodb.com/products/platform/atlas-stream-processing>`__
53
+ product page or read the `documentation <https://www.mongodb.com/docs/atlas/atlas-sp/overview/>`__.
54
+
41
55
What's New
42
56
----------
43
57
You can’t perform that action at this time.
0 commit comments