neoneo008 opened a new pull request, #58:
URL: https://github.com/apache/flink-connector-mongodb/pull/58

   Improve mongodb bulkwrite performance by supporting configuration optional 
parameters
   1. Unordered writes: 
[https://mongodb.github.io/mongo-java-driver/5.6/apidocs/driver-core/com/mongodb/client/model/BulkWriteOptions.html#ordered(boolean)](url)
   2. Bypass document validation : 
[https://mongodb.github.io/mongo-java-driver/5.6/apidocs/driver-core/com/mongodb/client/model/BulkWriteOptions.html#bypassDocumentValidation(java.lang.Boolean)
 ](url)
   
   This is a backward compatible changes with existing behaviour of ordered 
writes with document validation is maintained configuration default values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to