pawelkaczor/akka-ddd

Document: massage flows in eventually consistent business processes

Closed this issue · 2 comments

Topics:

  • describe two stages of message flow in a business process:
    1. BPS ---(event)---> SagaManager
    2. SagaManager ---(event)---> Saga
    3. Saga ---(command)---> AggregateRoot
  • consequences of at-least-once-delivery (ALOD)
  • consequences of in-memory deduplication