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 13 forks source link

Bulk Executor failing when run against a collection with RU/sec greater than 10k #11

Open bogdan-dumitrescu opened 3 years ago

bogdan-dumitrescu commented 3 years ago

I've created the following Kotlin script to reproduce the error:

https://gist.github.com/bogdan-dumitrescu/b93f57887104f0be225168eb39b1b2a7

The problem we are facing is quite straight forward:

https://gist.github.com/bogdan-dumitrescu/1189d6c833dee003f85bf412ec82457b

Is this error caused by a misconfiguration of our database or perhaps our bulk executor?