You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a sparse outstanding index for the dynamo db outbox [v9] (#……3295)
* Implement a sparse outstanding index for the dynamo db outbox
* Replace existing dynamodb outbox with new implementation
* Add tests covering removal of dispatched messages from the outstanding index
* Remove unused query key expression
* Remove launch settings
Backport Dynamo DB distributed locking provider to v9 (#3217)
* Add DynamoDB distributed lock implementation
* Keeping visual studio happy
* Add logging to locking provider
(cherry picked from commit cd30ac9)
* Add extension method for registering the dynamo DB locking provider