microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

DocumentBulkExecutor support for bulk delete and update #407

Closed Yishagerew closed 4 years ago

Yishagerew commented 5 years ago

Hi, As far as I see, there is no support for BulkExecutor in spring data, and we are planning to use spring-data for cosmosDB without relying directly on DocumentClient.

Can we add it in the issue catalog?

christopheranderson commented 5 years ago

We're working on a new bulk utility for the azure-cosmos library that should "just work" with Spring, just need to expose the throughput optimized vs latency optimized switch we have planned.

atulpratul commented 4 years ago

Hi, Do we have any update on this?

kushagraThapar commented 4 years ago

@atulpratul - yes, bulk operations are currently in development and planned to get delivered around May end. Once they are production ready in cosmos SDK, they will be exposed through spring-data-cosmosdb.

kushagraThapar commented 4 years ago

Closing it here as this is being tracked in a separate repo.