-
What do you think about this Agent & Agent Manager modules?
-
Hi, at the moment it seems like there is no way to override the type for `this` parameter for the lifecycle methods (**`created`** , **`started`** and **`stopped`**). In consequence, it's impossible t…
-
Hi, i'm using moleculer-web for creating an api gateway for all my services. But some services are using Java so i public my APIs via HTTP then i setup a proxy to forward request from API Gateway to m…
-
Inspired by CockroachDB's implementation of "follow-the-workload", moleculer caller can call endpoint based on locality. For example, when you register a service, the Broker can specify some attribute…
-
In typescript project I can't setup logFormatter.
According to documentation:
```typescript
const broker = new ServiceBroker({
logFormatter(level, args, bindings) {
return level.to…
-
### Description:
Hi,
I am having the latest version of rocketchat `6.4`, and after inspecting the system ports, I noticed that rocketchat is listening on two ports.
The service already has …
-
When creating a new deployment of semapps, how do I bootstrap the admin role, i.e. how is the first admin user created, who can then subsequently grant the role to others?
-
**Is your feature request related to a problem? Please describe.**
Currently events in Moleculer are always fire-and-forget, which is a relatively unsafe approach (specially when many of the underlyi…
-
Hello,
I'm doing a deep research of all the microservices frameworks out there. I've checked Seneca, Hemera, Moleculer and now hydra.
Something I really like from Hemera and Seneca is pattern matc…
-
This line leads to a broken behavior.
https://github.com/moleculerjs/moleculer-db/pull/304/files#diff-35fc753ffb17451ff92b1bad2bff715aaa5ff65f4e08b7cce5290fe4e5003d4aR305
If includes are defin…