Ivan Zhuravlev

Results 12 issues of Ivan Zhuravlev

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

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

help wanted
Module: Metrics

Prepare for the new API and breaking changes. Changelog: https://github.com/mike-marcacci/node-redlock/blob/main/CHANGELOG.md

Type: Maintenance
Module: Cacher
Breaking changes

PoC: https://repl.it/@IvanZhuravlev/validationforstream#index.js

Status: Proposal
Type: Enhancement
Module: Core
Breaking changes

**Describe the solution you'd like** Broker in runner cluster mode load all services by default and create every service replicate. Need settings and logic in moleculer-runner for load services on...

Type: Enhancement
Type: Discussion

Now brokers configuration should be specified in moleculer.config.js or env. How do you look at integration with vault, etcd and other centralized configuration and secret key management systems? Can we...

Type: Enhancement

**Is your feature request related to a problem? Please describe.** Every middleware create layer catch: hooks error, fallback, retry. Metrics middleware get error in catch from latest layer. This leads...

Status: Proposal

replace [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to [find-my-way](https://github.com/delvedor/find-my-way) on next major version

enhancement

Add sugar to the moleculer-web, the authorize option in the settings, example: ```js authorize: { type: "bearer", // add social and other adapters checkToken: "user.resolveToken" } ``` ```js authorize: {...

enhancement