We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79131dc commit f2ebcb0Copy full SHA for f2ebcb0
source/reference/api/commit.txt
@@ -23,8 +23,13 @@ Requirements
23
24
Before using the ``commit`` endpoint:
25
26
-- Stop your application. This ensures that no additional writes occur on
27
- the source cluster.
+- Stop your application to prevent any further writes to the source cluster.
+ During commit, you may still read from the source cluster.
28
+
29
+ .. warning::
30
31
+ If you write to the source cluster during commit, you might experience
32
+ data loss.
33
34
- Use the :ref:`progress <c2c-api-progress>` endpoint to confirm the
35
following values:
0 commit comments