-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I want to perform bulk update on cosmos db using cosmos db java sdk. While reading the docs, I came across the Azure Cosmos DB Bulk Executor library - https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-getting-started
But the sdk it uses -
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>
While, I find all the latest cosmos sdk under -
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
Could you please help me with these queries:
- If the com.microsoft.azure sdk is still valid for use and is recommended?
- Is there a similar approach of performing bulk execution using sdk under "com.azure" group id
- What would be the suggested approach for updating ( ~200k records) using azure java sdk ?
TIA!
Metadata
Metadata
Assignees
Labels
No labels