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.
I came across with issue running sagas using with newer mongodb versions. Apparenlty it does not work with new auto reconnect feature anymore starting with version of 2.0. So there associated driver still uses old deprecated auto reconnect variant which apparently has been removed in MongoDB.
P.S. Most likely in other cqrs-ddd related NPM packages also have this issue.
Hello, @adrai !
I came across with issue running sagas using with newer mongodb versions. Apparenlty it does not work with new auto reconnect feature anymore starting with version of 2.0. So there associated driver still uses old deprecated auto reconnect variant which apparently has been removed in MongoDB.
P.S. Most likely in other cqrs-ddd related NPM packages also have this issue.