Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Increase response chunk size limit to 2 MB #34

Closed chetanmeh closed 6 years ago

chetanmeh commented 6 years ago

Set the default maxChunkSize for HttpObjectAggregationConfigurator to 2 MB as CosmosDB allows documents of size upto 2 MB

Fixes #33

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

moderakh commented 6 years ago

Thanks @chetanmeh This will be in the next release.

chetanmeh commented 6 years ago

@moderakh Thanks for the prompt action!