Microservice architectures are here to stay and, when implementing them, we need to face some troubles we don’t suffer in monolithic systems. How to fetch and aggregate data from several services to serve a single request is one of them, and the API Gateway pattern is what we need to solve it.
First, we have an Order Microservice, where, via HTTP call, we can get information from an order:
from DZone.com Feed https://ift.tt/2J9PlxZ
No comments:
Post a Comment