moleculer
moleculer copied to clipboard
:rocket: Progressive microservices framework for Node.js
#moleculer.config.js "use strict"; module.exports = { errorHandler: null, } I want to know how errorHandler is used? I have seen the document (https://moleculer.services/docs/0.14/broker.html#Global-error-handler) but it doesn't help
If I invoke `broker.emit()`, I will never recognize that the event was sent to the transport successfully. The problem is that you return `this.transit.sendEvent(ctx)` or `this.Promise.all(promises)`, where promises are the...
## Is your feature request related to a problem? Please describe. Type definitions for ServiceSchema.started() and ServiceSchema.stopped() ([link](https://github.com/moleculerjs/moleculer/blob/f04206209b67ad703a675fb82a5770994fcebe11/index.d.ts#L729)) require async functions. However passing non-async functions there also works. There are...
## Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version - [x] I checked the documentation and found no...
If you are using Moleculer, add a comment with your company name, URL & logo and we will add it to the [official Moleculer site](https://moleculer.services/). Thank you! If you are...
### :dart: Relevant issues [issue#1065](https://github.com/moleculerjs/moleculer/issues/1065) ### :gem: Type of change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...
add default option `useNewCustomCheckerFunction: true` for fastest, old custom method [deprecated](https://github.com/icebob/fastest-validator/blob/master/CHANGELOG.md#new-custom-function-signature) #### TODO: - [ ] adding tests new and old custom methods - [ ] adding backward compatibility example...
## :stop_sign: Do you want to ask a question ? Please head to the [Discord chat](https://discord.gg/TSEcDRP) ## Prerequisites Please answer the following questions for yourself before submitting an issue. -...
Can you add exclude feature for **tracing** similar to **metrics**?
Wishlist
 If you would like to make Moleculer better, implement something from this wishlist. Thank you very much! **Services** - [x] `moleculer-zipkin` Zipkin uploader - [x] `moleculer-slack` Slack service -...