Document: massage flows in eventually consistent business processes
Closed this issue · 2 comments
pawelkaczor commented
Topics:
- describe two stages of message flow in a business process:
- BPS ---(event)---> SagaManager
- SagaManager ---(event)---> Saga
- Saga ---(command)---> AggregateRoot
- consequences of at-least-once-delivery (ALOD)
- consequences of in-memory deduplication
pawelkaczor commented
Big picture available here: https://github.com/pawelkaczor/akka-ddd/wiki/Saga
pawelkaczor commented
Article published: http://pkaczor.blogspot.com/2016/11/reactive-business-processes.html