You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing such a great collection of tools for building microservices with NestJS. What I am looking for is a sample to understand how the NestCloud works with few microservices and the way those communicate with each other using Consul. Can you please put together something like below.
Service A - has a method getHello returns 'Hello from A'
Service B - has a method getHello returns 'Hello from B'
Service C - has a method getHello returns 'Hello from C'
Service D - consume all A, B, C services using Service discovery and provide a REST interface(API) to outside.
I am trying to understand how this works with the discovery service.
Please add a sample.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @miaowing,
Thank you for providing such a great collection of tools for building microservices with NestJS. What I am looking for is a sample to understand how the NestCloud works with few microservices and the way those communicate with each other using Consul. Can you please put together something like below.
Service A - has a method getHello returns 'Hello from A'
Service B - has a method getHello returns 'Hello from B'
Service C - has a method getHello returns 'Hello from C'
Service D - consume all A, B, C services using Service discovery and provide a REST interface(API) to outside.
I am trying to understand how this works with the discovery service.
Please add a sample.
Thanks
The text was updated successfully, but these errors were encountered: