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
Need to implement basic support for event sourcing. The majority of the functionality already exists via the local/distributed events but we'll need to ensure we're capturing new/previous state in all local/distributed events and we'll need to add some configuration/extensions which allow us to determine storage queue for events.
Candidate Implementations:
EventStore
MongoDb
EF (Transactional RDBMS)
The text was updated successfully, but these errors were encountered:
Need to implement basic support for event sourcing. The majority of the functionality already exists via the local/distributed events but we'll need to ensure we're capturing new/previous state in all local/distributed events and we'll need to add some configuration/extensions which allow us to determine storage queue for events.
Candidate Implementations:
The text was updated successfully, but these errors were encountered: