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
135
135
Behavior
136
136
--------
137
137
138
- The reverse endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
138
+ The `` reverse`` endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
139
139
source and destination clusters and resumes applying change events.
140
140
141
141
If the ``reverse`` sync is successful, ``mongosync`` enters the
@@ -147,10 +147,16 @@ To view the mapping direction for the synchronization of the source and
147
147
destination clusters, use the :ref:`progress <c2c-api-progress>`
148
148
endpoint and check the ``directionMapping`` object.
149
149
150
+
150
151
Endpoint Protection
151
152
~~~~~~~~~~~~~~~~~~~
152
153
153
154
.. |endpoint| replace:: ``reverse``
154
155
.. include:: /includes/fact-api-endpoint
155
156
157
+ Limitations
158
+ ~~~~~~~~~~~
159
+
160
+ The ``reverse`` endpoint does not support :ref:`filtered sync <c2c-filtered-sync>`.
161
+
156
162
You can’t perform that action at this time.
0 commit comments