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

skipAfterCommit #88

Closed robinfehr closed 4 years ago

robinfehr commented 4 years ago

for continuous rebuilds - a rebuild rebuild that continuous where it left of due to an error - we need the possibility to replay N events using the normal denormalize fn to build up an in-memory revision guard. therefore we also need the possibility to skip afterCommits during that time.

adrai commented 4 years ago

isn't callOnAfterCommitDuringReplay already what you are looking for?

adrai commented 4 years ago

v1.16.57