jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

Fix NextETag regression #171

Closed jonsequitur closed 7 years ago

jonsequitur commented 7 years ago

This corrects a regression that was introduced in 0.13.3-beta. This may affect commands that were scheduled without code to explicitly set their etags, i.e. using Its.Domain's default etag strategy.

The impact will be a potential duplication on retry for some failed commands. A command will be affected if all of the following are true: