Skip to content

Commit 16062d5

Browse files
Chris Choschmalliso
authored andcommitted
update copy.existing table entry description
1 parent b7a3e08 commit 16062d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/kafka-source.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ an example source connector configuration file, see
184184

185185
* - copy.existing
186186
- boolean
187-
- | Copy existing data from all the collections being used as the source then add any changes after. It should be noted that the reading of all the data during the copy and then the subsequent change stream events may produce duplicated events. During the copy, clients can make changes to the data in MongoDB, which may be represented both by the copying process and the change stream. However, as the change stream events are idempotent the changes can be applied so that the data is eventually consistent. Renaming a collection during the copying process is not supported.
187+
- | Copy existing data from source collections and convert them to Change Stream events on their respective topics. Any changes to the data that occur during the copy process are applied once the copy is completed.
188188
| **Default**: false
189189
| **Accepted Values**: ``true`` or ``false``
190190

0 commit comments

Comments
 (0)