Tutorial by Examples

Suppose you have an E-commerce cloud having various Microservices as shopping cart service, Order service, Inventory service and so on. You need to have an API gateway as an Edge service to the outer world. The API gateway abstracts the details(host & port) about the underline Microservices. ...

Page 1 of 1