Tuesday, 27 November 2018

microservice


1. api gateway/nginx

  • routes requests to the appropriate microservice
  • invoke multiple microservices and aggregate the results
  • translate between web protocols such as HTTP and web‑unfriendly protocols that are used internally

reference
1. service discovery

1 comment: