-
Notifications
You must be signed in to change notification settings - Fork 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
Sagas implementation #7
Comments
Read this for more clear about state machine, workflow and sagas https://medium.com/@roman01la/confusion-about-saga-pattern-bbaac56e622#.7x70mb8q3 |
stateless + quartz + topshelfWe can use Quartz (https://github.com/quartznet/quartznet) to schedule the job (run forever) and inside that job, we can trigger the stateless's state machine to get it work. Not sure it works or not? Need to check akka FSM + quartz + topshelfThe best way to do here is akka state machine with Quatz |
Really nice example using stateless at https://sachabarbs.wordpress.com/2013/05/16/simple-but-nice-state-machine/ |
The next refactor should be as
|
Good for reference at http://vasters.com/archive/Sagas.html |
Consider could we use the https://github.com/dotnet-state-machine/stateless to implement the state-machine for the admin approval the article submission from the editor. Maybe we need to choose the workflow lib to make it work
The text was updated successfully, but these errors were encountered: