nestcloud
nestcloud copied to clipboard
A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
I have this issue when using [email protected] and [email protected] ```(node:42295) UnhandledPromiseRejectionWarning: Error: The rule RandomRule is not exist at Timeout._onTimeout (/Users/username/Desktop/Projects/nest-cqrs-auth/node_modules/@nestcloud/loadbalance/loadbalance.js:90:45) at listOnTimeout (internal/timers.js:551:17) at processTimers (internal/timers.js:494:7) (Use `node --trace-warnings...
fix find injectable nestjs 8.x
Hey! Hum, as of now, https://nestcloud.org redirects to a malicious url domain with some adult content. 😅 I used the link from the repos' readme.md...
服务注册能否提供zookeeper相关模块
when tags don't set in config.yaml, it throws an error TypeError: Cannot read property 'forEach' of null. because the node.tags are null
Hi, First of all thanks for all the work awesome stuff. But I have noticed that we can't configure `maxSendMessageLength` & `maxReceiveMessageLength` in `@nestcloud/grpc`. Is it a forgotten or is...
服务的注册时机是不是不太妥当, 如果有模块在onModuleInit有阻塞,比如数据库链接,这是时候服务是不可用的,因为还没有 listen,但服务在模块初始化就注册上了
… nestJS The aim of this PR is to allow the usage of proto loader options, in my case, I need to use multiple proto files and grpc client side,...
**[System Information]** OS Version : macOS Catalina NodeJS Version : v10.0.0 YARN Version : 1.22.1 [Nest CLI] Nest CLI Version : 7.1.4 [Nest Platform Information] platform-express version : 7.4.2 microservices...
@miaowing I updated the sample code within the repository to use the `forRootAsync` method in all Modules and also updated the provider constants being used. This way people can have...