Skip to content

Commit 3537774

Browse files
Chris Choschmalliso
authored andcommitted
DOCSP-10925 UUID format strategy (#52)
* DOCSP-10925: document uuid format strategy
1 parent e68ae0e commit 3537774

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/kafka-sink-properties.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ data to sink to MongoDB. For an example configuration file, see
100100
| **Default**: ``false``
101101
| **Accepted Values**: ``true`` or ``false``
102102

103+
* - document.id.strategy.uuid.format
104+
- string
105+
- | Whether the connector should output the UUID in the ``_id`` field as a string or in the `BsonBinary <https://mongodb.github.io/mongo-java-driver/4.1/apidocs/bson/org/bson/BsonBinary.html>`__ format.
106+
|
107+
| **Default**: ``string``
108+
| **Accepted Values**: ``string`` or ``binary``
109+
103110
* - delete.on.null.values
104111
- boolean
105112
- | Whether the connector should delete documents with matching key values when value is null.

0 commit comments

Comments
 (0)