nestjs-microservice-architecture icon indicating copy to clipboard operation
nestjs-microservice-architecture copied to clipboard

A reference architecture for building microservices with Nest

Results 6 nestjs-microservice-architecture issues
Sort by recently updated
recently updated
newest added

How can you grab a remote schema from other Microservices at your main gateway, if you can't hit the endpoint of each microservice to grab their schemas. If that's even...

As per in docs: "However, using decorator is not a recommended way (hard to test, tough to share client instance)." https://docs.nestjs.com/microservices/basics You can instead use the ClientsModule.register() method to register...

The way GraphQL services are written in NestJS changed in v6 to allow for a code first approach instead of needing to write SDL first. Update the service to leverage...

Will most likely start with Kubernetes. This could include both YAML files as well as Pulumi scripts

Hi Jesse, I don't understand services ports communication. you wrote expose 3000 in graph API > Dockerfile but wrote 4200:4200 in docker-compose.yml.