We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c1a8e commit 4a6c66bCopy full SHA for 4a6c66b
source/kafka-sink-postprocessors.txt
@@ -663,8 +663,8 @@ Custom Write Model Strategy
663
A **write model** defines the behavior of bulk write operations made on a
664
MongoDB collection. The default write model for the connector is
665
:java-docs:`ReplaceOneModel
666
-</javadoc/com/mongodb/client/model/ReplaceOneModel.html>` with
667
-:java-docs:`ReplaceOptions </javadoc/com/mongodb/client/model/ReplaceOptions.html>`
+<apidocs/mongodb-driver-core/com/mongodb/client/model/ReplaceOneModel.html>` with
+:java-docs:`ReplaceOptions <apidocs/mongodb-driver-core/com/mongodb/client/model/ReplaceOptions.html>`
668
set to upsert mode.
669
670
You can override the default write model by specifying a custom one in the
0 commit comments