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

UseInMemoryEventStore() does not set AbsoluteSequenceNumber #217

Open xavierjohn opened 6 years ago

xavierjohn commented 6 years ago

When UseInMemoryEventStore() is used, the AbsoluteSequenceNumber() is not set on the event.

jonsequitur commented 6 years ago

This is by design. The absolute sequence number is a SQL-specific implementation detail.