Friday 21 April 2017

How to implement ServiceDiscovery Mechanisum in node js

I have three Microservices say Sender,Receiver and Api-Gateway in Node JS .What I am trying to implement is:

  • Sender,Receiver and Api-Gateway will register on Discovery Clint.
  • Sender Microservice will request Discovery client for Receiver and Api-gateway.
  • Sender will call the receiver microservice using Api-gateway
  • Let say if new microservice comes into the picture NewReceiver sender will call these NewReceiver using the same port 8765 (i.e using api-gateway)

Can you please put a light on it ??

Thanks in advance:



via Anand Deshmukh

No comments:

Post a Comment