simplesourcing / simplesource-examples

Simple Sourcing example applications
Apache License 2.0
13 stars 3 forks source link

Tighten up sequence checking of aggregates #15

Open szoio opened 5 years ago

szoio commented 5 years ago
  1. get the aggregate sequence from the view when defining the Saga.
  2. Enrich the command message to include the last sequence number.
  3. Update the the action processor to get the sequence number from the command.
  4. Reenable sequence checking to in the command definition by setting to Strict.
szoio commented 5 years ago

Resolved by #16