File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Response
135135Behavior
136136--------
137137
138- The reverse endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
138+ The `` reverse`` endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
139139source and destination clusters and resumes applying change events.
140140
141141If the ``reverse`` sync is successful, ``mongosync`` enters the
@@ -147,10 +147,16 @@ To view the mapping direction for the synchronization of the source and
147147destination clusters, use the :ref:`progress <c2c-api-progress>`
148148endpoint and check the ``directionMapping`` object.
149149
150+
150151Endpoint Protection
151152~~~~~~~~~~~~~~~~~~~
152153
153154.. |endpoint| replace:: ``reverse``
154155.. include:: /includes/fact-api-endpoint
155156
157+ Limitations
158+ ~~~~~~~~~~~
159+
160+ The ``reverse`` endpoint does not support :ref:`filtered sync <c2c-filtered-sync>`.
161+
156162
You can’t perform that action at this time.
0 commit comments