Aaron Stannard

Results 589 comments of Aaron Stannard

thanks @jarlrasm - I'll review this soon

![atleastoncedeliveryactor-proposed-state-persistence](https://user-images.githubusercontent.com/326939/51351249-f70c9600-1a6f-11e9-86cd-cb53f6ca7b94.png) This is our proposed state persistence strategy

And subsequent automatic recovery strategy ![atleastoncedeliveryactor-proposed-state-recover](https://user-images.githubusercontent.com/326939/51351283-0c81c000-1a70-11e9-8175-85d63b95a084.png) Currently, the design of the `AtLeastOnceDeliverySemantic` doesn't allow for the possible recovery of individual `UnconfirmedDelivery` messages. Its interface is designed only to allow "all...

Looks like the dictionary doesn't need to be sorted either - doesn't offer much value in this instance since we need to scan all of the entries in the `_unconfirmed`...

@IgorFedchenko we will probably need to update all of the lesson-specific branches too 😬

but let's get this branch working first

Yes, absolutely - had to disable that serialization when using standard MongoDB polymorphic representation. If I followed through with using the Protobuf serialization all the way through then that would...

Yep! That's correct - we did that with some of the events here: https://github.com/petabridge/akkadotnet-cluster-workshop/blob/dev/src/Akka.CQRS/Serialization/TradeEventSerializer.cs For the pricing engine, I actually defined all of the protos and compiled them here: https://github.com/petabridge/akkadotnet-cluster-workshop/tree/dev/src/Akka.CQRS.Pricing/Serialization/Proto...