Icebob
Icebob
Implemented in next branch https://github.com/moleculerjs/moleculer/pull/1177
The problem is that fallback is a middleware which wraps the action handler. But the service not available error triggered in the `broker.call` where no middleware. Currently I don't know...
I'm closing this issue because we don't know, how we can solve it inside Moleculer. If you have an idea or solution please reopen or open a PR.
I'm closing this issue, because we don't know, how we can solve it inside Moleculer. If you have idea or solution please reopen or open a PR.
I've added a `missingResponse` cacher option. The cachers return the value of it if the key is not found. By default, the value is `undefined`, so it enables to store...
For event sourcing the best option using [moleculer-channels](https://github.com/moleculerjs/moleculer-channels)
I'm closing this issue because we don't know, how we can solve it inside Moleculer. If you have an idea or solution please reopen or open a PR.
> By default, did we create a new connection, or use the global one ? > I think, don't using the global connection is better, because everyone need to adapt...
so an action level `mergeParams` could solve this problem, right? I will check whether it can be implemented or not.
could you show a diff from the changes and how it will be deployed to NPM?