thenativeweb / node-cqrs-eventdenormalizer

Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.
http://cqrs.js.org/pages/eventdenormalizer.html
MIT License
38 stars 27 forks source link

Fix callback on retry #65

Closed nanov closed 6 years ago

nanov commented 6 years ago

The same bug and fix as in adrai/node-cqrs-saga/issues/38, current behaviour may lead to the same event being denormalized twice.

nanov commented 6 years ago

Thank you, wrong description in releasenotes.md though.

adrai commented 6 years ago

copy paste error