Michal Bičan

Results 5 issues of Michal Bičan

Since IDomainEventPublisher.PublishAsync() is called after events are already successfully persisted into eventStore all event subscribers should be notified about event. Currently if the first subscriber throws an exception the other...

bug

In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to...

enhancement

AggregateSaga is also an aggregate so it can receive commands and even be created by a command. The problem is when in AggregateSaga command handler method I use AggregateSaga.Publish() protected...

after reliable event redelivery in case of crash #439 is implemented we could use it for reliable saga published commands redelivery. That would require to atomically store saga produced commands...

enhancement