You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/mongodb/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ For more examples, see our [Working with JSON guide](./quickstart).
52
52
53
53
### How do I handle `resume of change stream was not possible, as the resume point may no longer be in the oplog.` error? {#resume-point-may-no-longer-be-in-the-oplog-error}
54
54
55
-
This error typically occurs when the oplog is truncated and ClickPipe is unable to resume the change stream at the expected point. To resolve this issue, [resync the ClickPipe](./resync.md). To avoid this issue from recurring, we recommend increasing the oplog retention period. See instructions for [MongoDB Atlas](./source/atlas#enable-oplog-retention), [self-managed MongoDB](./source/generic#enable-oplog-retention), or [Amazon DocumentDB](./source/docdb#configure-change-stream-log-retention).
55
+
This error typically occurs when the oplog is truncated and ClickPipe is unable to resume the change stream at the expected point. To resolve this issue, [resync the ClickPipe](./resync.md). To avoid this issue from recurring, we recommend increasing the oplog retention period. See instructions for [MongoDB Atlas](./source/atlas#enable-oplog-retention), [self-managed MongoDB](./source/generic#enable-oplog-retention), or [Amazon DocumentDB](./source/documentdb#configure-change-stream-log-retention).
56
56
57
57
### How is replication managed? {#how-is-replication-managed}
58
58
@@ -68,7 +68,7 @@ Yes, the MongoDB ClickPipe supports both Replica Set and Sharded Cluster.
68
68
69
69
### Does MongoDB ClickPipe support Amazon DocumentDB? {#documentdb-support}
70
70
71
-
Yes, MongoDB ClickPipe supports Amazon DocumentDB 5.0. See [Amazon DocumentDB source setup guide](./source/docdb.md) for details.
71
+
Yes, MongoDB ClickPipe supports Amazon DocumentDB 5.0. See [Amazon DocumentDB source setup guide](./source/documentdb.md) for details.
72
72
73
73
### Does MongoDB ClickPipe support PrivateLink? {#privatelink-support}
By default, Amazon DocumentDB has a 3-hour change stream log retention period, initial load may take much longer depending on existing data volume in your DocumentDB. We recommend setting the change stream log retention to 72 hours or longer to ensure that it is not truncated before the initial snapshot is completed.
24
+
By default, Amazon DocumentDB has a 3-hour change stream log retention period, while initial load may take much longer depending on existing data volume in your DocumentDB. We recommend setting the change stream log retention to 72 hours or longer to ensure that it is not truncated before the initial snapshot is completed.
25
25
26
26
### Update change stream log retention via AWS Console {#update-change-stream-log-retention-via-aws-console}
27
27
@@ -38,12 +38,14 @@ By default, Amazon DocumentDB has a 3-hour change stream log retention period, i
38
38
39
39
### Update change stream log retention via AWS CLI {#update-change-stream-log-retention-via-aws-cli}
40
40
41
-
To check the current change stream log retention period via AWS CLI:
41
+
Alternatively, you can configure this via AWS CLI.
42
+
43
+
To check the current change stream log retention period:
0 commit comments