OrganisationState should be able to be used to report on the last sale performed.
Initially, we will hold this for a single store.
This means we need properties for the Store Id (the Eposity Id) the date of the sale, and also the Sale Aggregate Id.
This introduced the added complexity of other streams being involved, rather than the $ce-OrganisationAggregate.
Should we start to think about a new linkTo stream for this?
Could the small pipe be used?
Can Eventuous be used to connect to multiple streams (and if yes, where does that leave our Checkpoint store..._
OrganisationState should be able to be used to report on the last sale performed.
Initially, we will hold this for a single store.
This means we need properties for the Store Id (the Eposity Id) the date of the sale, and also the Sale Aggregate Id.
This introduced the added complexity of other streams being involved, rather than the $ce-OrganisationAggregate.
Should we start to think about a new linkTo stream for this?
Could the small pipe be used?
Can Eventuous be used to connect to multiple streams (and if yes, where does that leave our Checkpoint store..._