Azure / azure-cosmosdb-bulkexecutor-java-getting-started

Bulk Executor Utility for Azure Cosmos DB Java SQL API
Creative Commons Attribution 4.0 International
14 stars 12 forks source link

Bulk import with some of the duplicate documents #7

Open bitsevn opened 4 years ago

bitsevn commented 4 years ago

Today I tried to bulk import 100 documents with 20 documents having id that already exist in the cosmos db. What I expected is to have imported 80 documents successfully and rejected 20 documents with reason of rejection. However it fails the entire operation and throws exception.

This feature is super important for our project. Can you please let me know when is this expected to be rolled out? Or is it already there?

I am using latest version available on maven repository.

I can see an issue marker as closed as of Feb 2019 where organiser said it will be rolled out soon.

It’s almost a year now?

Do we have this feature now or not?

bitsevn commented 4 years ago

Any updates here?