Skip to content

NEventLite vNext breaking changes #9

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

Open
dasiths opened this issue Mar 31, 2019 · 0 comments
Open

NEventLite vNext breaking changes #9

dasiths opened this issue Mar 31, 2019 · 0 comments

Comments

@dasiths
Copy link
Owner

dasiths commented Mar 31, 2019

I'm planning to create v2 of NEventLite soon and there will be some breaking changes. It's not formalized yet but I plan to do the following.

  • Move Commands, CommandHandler and ExternalEventHandlers out of the core project as they aren't a critical part of the workflow.
  • Add support for custom Id data type like (Guid, Int or String) for Aggregates and Events.
  • Add support for async (internal) event handlers.

My goal for NEventLite is not to be a full framework that solves every problem but rather solves one particular problem well. It will act as a library that allows you to manage the lifecycle of your aggregates in an event sourced system. You can use the plethora of other (OSS and paid) Command dispatching libraries to create a command pipeline and do the same when you need to dispatch events over the cloud. NEventLite will plugin and work with any of these solutions.

The old version can be found here https://github.com/dasiths/NEventLite_legacy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant