Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Sourcing Support #54

Open
JasonMWebb opened this issue Jan 9, 2022 · 0 comments
Open

Event Sourcing Support #54

JasonMWebb opened this issue Jan 9, 2022 · 0 comments
Labels
Backlog Issues which have not yet been prioritized enhancement New feature or request

Comments

@JasonMWebb
Copy link
Collaborator

JasonMWebb commented Jan 9, 2022

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)
@JasonMWebb JasonMWebb added enhancement New feature or request Backlog Issues which have not yet been prioritized labels Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Issues which have not yet been prioritized enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant