-
Hi! š
Firstly, thanks for your work on this project! š
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `moleculer-db-adapter-mongoose@0.8.11` for the projectā¦
-
If you use [moleculerjs/moleculer-web](https://github.com/moleculerjs/moleculer-web) with NATS set as the transporter, this will cause a `NATS error. 'Maximum Payload Violation'` error with the defauā¦
-
@icebob The latest release fixed the stream issue but unfortunately meta data sent using `meta` is missing :-/
I've updated the reproduction repository and added a log output for meta which is `{}` iā¦
-
Add default property value and add to settings `requestTimeout` for `http.Server`
References:
[Node.js blog](https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/)
[Node.js Dā¦
-
Im working on a WebSockets Transport Layer (just started) for Moleculer, and i'm open this issue to discuss.
I don't know if anyone has this need to, but in may case, i need to push a real-time datā¦
-
## Current Behavior
Custom balancing strategy defined in action does not override global broker balancing strategy
## Expected Behavior
You can overwrite globally defined load balancing stratā¦
-
The 0.14.22 release broke the Service.mergeSchemas() method, likely along with all other static members of the Service class. We just updated to 14.22 from 14.21, and started getting errors at startupā¦
-
**Description:**
Frequently, rather than roll out entirely new service versions, I and my team tend to address bugs or *certain changes* in existing services which are subsequently built and deployedā¦
-
Firstly I love the idea of the framework and started writing some services. I'm now going to use this framework for a bigger project which has more than 10 services, so I have couple questions:
1. ā¦
-
ę„čÆ¢čę¬
```
query{
contracts(filters:["_id", "=", "628d9d6e7896fa5ffebad83c"]){
_display{
created
}
_id,name
}
}
```
éčÆÆäæ”ęÆ
```
{
"message": "E4003ā¦