site icon indicating copy to clipboard operation
site copied to clipboard

:globe_with_meridians: Official website for Moleculer

Results 11 site issues
Sort by recently updated
recently updated
newest added

https://github.com/moleculerjs/moleculer/issues/298

This saves the user from installing a global package, in favor of using `npx`.

I think your mean about env `SERVICES` at [Services loading logic](https://moleculer.services/docs/0.14/runner.html#Services-loading-logic), is to allow the developer to load exactly one or more services according to the value set for it....

**Is your feature request related to a problem? Please describe.** There is no clear documentation on how to configure the Jaeger sampler. Currently `sampling.options` refers to https://www.jaegertracing.io/docs/1.14/sampling/#client-sampling-configuration which is describing...

I see this configuration missing in document for a long time ```js // some.service.js { settings: { // this is default action cache value // will be applied when action.cache...

enhancement

Hello guys, We have plenty of great examples and documentation goes through each concept A newcomer might start coding services very fast by going through the documentation. As long as...

The problem occurs when you try to set a default value. For example: Joi.object().keys({ foo: Joi.number().valid([0, 1]).default(0) }) Nothing will return. I already found another way to do this it...

Your example projects are fantastic, but I think a simple 2 service docker project would show the power of Moleculer's killer ability to facilitate microservice **discovery** better than anything else....