Icebob
Icebob
There is a local bus for the core components via `broker.localBus`
Option 1: not disabling coloring in kleur, instead [unstyle](https://github.com/doowb/ansi-colors/blob/master/index.js#L8) the texts in logger appenders Option 2: Fork kleur and make to [instances](https://github.com/doowb/ansi-colors/blob/master/index.js#L177). But it doesn't solve when user uses colors...
the event acking is an old & eternal story. Every year it appears and disappears without exact ideas. The main problem is that everybody has a concept in his mind...
The protocol v4 (which using in Moleculer 0.14) already supports event ACK, just it's not used yet: https://github.com/moleculer-framework/protocol/blob/master/4.0/PROTOCOL.md#eventack
For `omit` need a function because the name of properties comes from users.
No, it's the `_.omit` but the list of properties comes from another variable, so not static.
Yeah, e.g.
By the way, `omit` & `pick` should work with nested paths as well :) `_.pick(obj, ["a.b", "a.c"]);`
First of all, currently the CB is applied to service actions and not for the node. It means that you get errors from `posts.create` action and CB opened, you can...
@parveshh Your code is correct. The problem is on documentation side. The correct event name is `$circuit-breaker.opened`. Sorry, I will fix it in the docs.