ASOS / SimpleEventStore

SimpleEventStore
MIT License
81 stars 24 forks source link

Added CancellationToken support to Event Store #45

Closed afscrome closed 4 years ago

afscrome commented 4 years ago

Added support for passing Cancellation Tokens down to the Cosmos SDK to allow for better control over timeouts.

Due to the addition of optional parameters, this is a runtime breaking change, but not a compile time one.

This is needed in order to better control Cosmos Timeout behaviour in various failure scenarios - see https://github.com/Azure/azure-cosmos-dotnet-v3/issues/959