Skip to content

Commit

Permalink
DOCSP-42203-adds-stream-processing-method-compatibility (#10292)
Browse files Browse the repository at this point in the history
* DOCSP-42203 adds stream processing method compatibility

* Update stream processing include

* Fix capitalization

* Updates stream processing include and compatibility sections for clarity
  • Loading branch information
jwilson-mdb authored Nov 20, 2024
1 parent 64b681b commit 05c5f6a
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This method is supported in :ref:`Atlas Stream Processing Instances <atlas-sp-manage-spi>`.
5 changes: 5 additions & 0 deletions source/reference/method/sp.createStreamProcessor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.listStreamProcessors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Definition
document provides descriptive information including the name,
current state, and pipeline of a stream processor.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.processor.drop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.processor.sample.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.processor.start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.processor.stats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down
5 changes: 5 additions & 0 deletions source/reference/method/sp.processor.stop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Definition
the current :atlas:`Stream Processing Instance
</atlas-sp/overview/#mongodb-expression-exp.Stream-Processing-Instance>`.

Compatibility
-------------

.. include:: /includes/fact-environments-atlas-support-stream-processing-only.rst

Syntax
-----------

Expand Down

0 comments on commit 05c5f6a

Please sign in to comment.