Loading src/main/java/es/redmic/commandslib/streaming/streams/EventSourcingStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ public abstract class EventSourcingStreams extends BaseStreams { + a.getSessionId() + " para item " + b.getAggregateId() + "|" + b.getDate() + " (" + a.getAggregateId() + "|" + a.getDate() + ")"; logger.error(message); // alertService.errorAlert(a.getAggregateId(), message); alertService.errorAlert(a.getAggregateId(), message); return false; } return true; Loading Loading
src/main/java/es/redmic/commandslib/streaming/streams/EventSourcingStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ public abstract class EventSourcingStreams extends BaseStreams { + a.getSessionId() + " para item " + b.getAggregateId() + "|" + b.getDate() + " (" + a.getAggregateId() + "|" + a.getDate() + ")"; logger.error(message); // alertService.errorAlert(a.getAggregateId(), message); alertService.errorAlert(a.getAggregateId(), message); return false; } return true; Loading