moleculer icon indicating copy to clipboard operation
moleculer copied to clipboard

:rocket: Progressive microservices framework for Node.js

Results 156 moleculer issues
Sort by recently updated
recently updated
newest added

#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...

Status: Proposal
Module: Core
Breaking changes

## 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...

Type: Enhancement
Module: Core
Module: Validator

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...

Type: Question
help wanted

### :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)...

Status: Review Needed
Type: Enhancement
Module: Core

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...

Breaking changes

## :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. -...

Type: Discussion

Can you add exclude feature for **tracing** similar to **metrics**?

Type: Enhancement
Module: Tracing

![image](https://user-images.githubusercontent.com/306521/30446548-c528dc7e-9989-11e7-9245-2e751b2b8336.png) 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 -...

Priority: Low
Status: Available
Type: Enhancement
help wanted