Paweł Sygnowski
Paweł Sygnowski
@rasmus what is current status of https://github.com/eventflow/EventFlow/pull/245 ? This PR will allow us to reapply missing events on read models, but what with a case when some exception occurs in...
@rasmus Normal flow: PaymentAggregate -> Event: PaymentCompleted -> OrderSaga -> Command: CompleteOrder -> OrderAggregate Flow with exception: PaymentAggregate -> Event: PaymentCompleted -> OrderSaga (EXCEPTION) Is there any possibility to reapply...
@LUKE-JNS PR with support for .NET Core is already merged: https://github.com/eventflow/EventFlow/pull/445
We also have a similar problem with datepicker and UTC settings. When we're in GMT -X, then the value set for ng-model is correct, but value displayed in text box...