microsoft / spring-data-cosmosdb

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

Remove Container throughput default value from SDK #512

Closed kushagraThapar closed 4 years ago

kushagraThapar commented 4 years ago

Currently, SDK creates containers automatically, with default value of throughput (RUs) = 4000. This does not aligns with default value of backend service. Remove this default value completely, and let backend decide on the default value when creating containers.

This can only be done on next major release.

kushagraThapar commented 4 years ago

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