Icebob

Results 390 comments of Icebob

I've just test it in the repo with a simple code and the log messages appears on Datadog. ```js logger: [ { type: "Console", options: {} }, { type: "File",...

You can support the project through Open Collective! [![Become a sponsor](https://opencollective.com/moleculer/tiers/copper-backer.svg?avatarHeight=70&width=600)](https://opencollective.com/moleculer)

@ujwal-setlur It would be awesome! Thank you in advance.

Thanks @ngraef, good idea, but it a very significant breaking changes (affect the protocol, as well). So it comes only soonest in 0.15. But we should elaborate it completely and...

I will start developing 0.15 soon. To implement this feature, I need concrete suggestions on how to implement it.

The problem is that, you can't access the service schema before loading it. So maybe you can define them in broker metadata and process that in the Runner cluster mode,...

I think this can be implemented as a middleware without modifying the core modules because via `broker` it can start/stop services anytime.

Hi Dat, 1. It's your choice. But I think 10 services are not too much to handle in one project under `services` folder. Btw you can use subfolders too to...

@FranzZemen the attachment is missing.

Yes, that you put all services in a project, you can still run them in separate containers. Example: https://github.com/moleculerjs/moleculer-examples/blob/master/conduit/docker-compose.yml