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

Idea: Map event sourcing pattern to agent framework in new nuget package #60

Open
twilker opened this issue Aug 11, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@twilker
Copy link
Contributor

twilker commented Aug 11, 2020

The Problem
With the agent framework as a basis it is possible to implement an event sourcing mechanism. But the base implementation requires some sort of boilerplate code to achieve that.

The Solution
Implement an event sourcing pattern as a separate nuget package as the functionality does not belong in the base package. It should contain all common functions like replay, ...

Possible Alternatives
Use transaction pattern instead?

@twilker twilker added the enhancement New feature or request label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant