jonsequitur / Its.Cqrs

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

provide etag-based command idempotency support for non-event sourced command targets #186

Closed jonsequitur closed 7 years ago

jonsequitur commented 7 years ago

Currently, EventSourcedAggregate supports idempotency for commands having an etag set, but this is not supported for command targets that are not event sourced.

jonsequitur commented 7 years ago

Supported added by #187.