al66

Results 6 comments of al66

What's about this: ``` function getValue(obj, path, defaultValue = undefined) { if (!path || typeof path !== "string" ) return null; let i; path = path.split("."); for (i = 0;...

I have the problem with loose coupled services also. I have the scenario above described by WoLfulus with registration of members in a group, where dependent on the policy multiple...

I have started with a prototype - [flow](https://github.com/al66/imicros-flow). But I have performance issues with the kafka libaries - actually I mix two of them: kafka-node and kafkajs. Due to performance...

The first version with a static subscription is published - here is the link to npm [imicros-flow](https://www.npmjs.com/package/imicros-flow) Not yet well tested, but should work. @WoLfulus : Should help in your...

Hi Icebob, But that is the point. Also if `disableBalancer:true` it NOT always sends the event to the transporter. There comes first the check, if there is a group listening....

Hope, this is what you want: https://stackblitz.com/edit/stackblitz-starters-otrd6j?file=index.js