Skip to content

Commit 580fd45

Browse files
Chris Choschmalliso
authored andcommitted
DOCS-14292: Note about key strategy (#91)
1 parent fb17059 commit 580fd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/kafka-sink-properties.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ data to sink to MongoDB. For an example configuration file, see
115115

116116
* - delete.on.null.values
117117
- boolean
118-
- | Whether the connector should delete documents with matching key values when value is null.
118+
- | Whether the connector should delete documents with matching key values when value is null. This setting applies when using an id generation strategy that operates on the key document such as ``FullKeyStrategy``, ``PartialKeyStrategy``, and ``ProvidedInKeyStrategy``.
119119
|
120120
| **Default**: ``false``
121121
| **Accepted Values**: ``true`` or ``false``

0 commit comments

Comments
 (0)