Skip to content

Use native continuationToken from cosmosdb instead of caching it

Neelesh Thakur requested to merge remove-cached-cursor into master

Use native continuationToken from cosmosdb instead of using a hashed cursor. CosmosDB now offers an API to shorten continuationToken lenght.

Merge request reports