@@ -23,6 +23,8 @@ with the {+source-connector+}.
23
23
24
24
.. include:: /includes/source-config-link.rst
25
25
26
+ .. _source-configuration-change-stream-list:
27
+
26
28
Settings
27
29
--------
28
30
@@ -113,10 +115,11 @@ Settings
113
115
|
114
116
| **Description:**
115
117
| Whether to return only the ``fullDocument`` field from the
116
- change stream event document produced by any update event. The ``fullDocument`` field
117
- contains the most current version of the updated document. To
118
- learn more about the ``fullDocument`` field, see the :rapid:`Server
119
- manual page on update events </reference/change-events/update/>`.
118
+ change stream event document produced by any update event. The
119
+ ``fullDocument`` field contains the most current version of the
120
+ updated document. To learn more about the ``fullDocument``
121
+ field, see the :manual:`update Event
122
+ </reference/change-events/update/>` in the Server manual.
120
123
121
124
| When set to ``true``, the connector overrides the
122
125
``change.stream.full.document`` setting and sets it to
@@ -138,6 +141,21 @@ Settings
138
141
| **Default**: ``false``
139
142
| **Accepted Values**: ``true`` or ``false``
140
143
144
+ * - | **change.stream.document.key.as.key**
145
+ - | **Type:** boolean
146
+ |
147
+ | **Description:**
148
+ | Whether to use the document key for the source record key if
149
+ the document key is present.
150
+
151
+ | When set to ``true``, the connector adds keys of the deleted
152
+ documents to the tombstone events. When set to ``false``,
153
+ the connector uses the resume token as the source key for
154
+ the tombstone events.
155
+
156
+ | **Default**: ``true``
157
+ | **Accepted Values**: ``true`` or ``false``
158
+
141
159
* - | **collation**
142
160
- | **Type:** string
143
161
|
0 commit comments