-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
-
Implement the happy path for the new client bulk write:
AC:
- Implement MongoClient#bulkWrite which takes an array of ClientBulkWriteModels and ClientBulkWriteOptions.
- Implement the ClientBulkWriteOperation and ClientBulkWriteCursor that extends the AbstractCursor.
- Ensure the operation exhausts the cursor and constructs the appropriate result given the provided options: SummaryClientBulkWriteResult, VerboseClientBulkWriteResult, UnacknowledgedBulkWriteResult.
Test:
- Sync the bulk write unified tests and skip all tests not related to the happy path.