Icebob
Icebob
Thank you for your job, but as André said, this functionality is covered in Runner with SERVICE env var, and if we implement the same logic into the broker as...
@mohsen-karami Thank you for your understanding
@baozhoutao What is the use-case for this?
The lodash `compact` as the input is not array, or null or undefined. So when I'm using I don't care to check the parameter before add it to function because...
The IP addresses are used by TCP transporter and it's visible in `nodes` command in REPL. I think the easier solution is if we wrap the [`getIpList` method in utils](https://github.com/moleculerjs/moleculer/blob/master/src/utils.js#L169)...
Cool, thanks for sharing. I will check it and if it looks good, I will use it in the next (0.15) branch.
Awesome. However, the Confluent solution uses the `rdkafka` bindings. I've used it some years ago, but I have no good memories about it. If kafkajs won't have maintainer, I will...
Not yet, because the PR is not correct.
I think it was just accidentally. I checked your test, and the ref is always a ~constant value independently from the second: 
The `add` is the same as `create`, but for creating a new entity, we don't write create in the path, just using `POST` method. This is why I use `POST...