node-cqrs-saga icon indicating copy to clipboard operation
node-cqrs-saga copied to clipboard

Node-cqrs-saga is a node.js module that helps to implement the sagas in cqrs. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.

Results 7 node-cqrs-saga issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.1.21 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

The fact that queue of events maintained in memory, made me suspect that this is not going to work in clustered environment. Ref.: https://github.com/adrai/node-cqrs-saga/blob/9770440df0e50b5a3897607a07e0252315b25edf/lib/orderQueue.js#L11 Some tests confirmed it. My test...

Hi. For example, on step 3 of my saga I sent a new command 'createTicket' but ticket microservice rejected it and thrown Error, I logged it and now want to...

I found this while I was trying the timeouted-saga feature; it keeps returning the first instance of the saga (that has no timeout, a.k.a.: keyed in redis as {prefix}:{createdtimestamp}:Infinity:{thesaga-id} ....

https://github.com/adrai/node-cqrs-saga/blob/9770440df0e50b5a3897607a07e0252315b25edf/lib/revisionGuard.js#L51 This container (hash) currentHandlingRevisions never seems to get cleared at any point. I'm concerned about memory leak when I turn on the revisionGuard for my process manager. Is it...

i need a saga example , more formal example :)