airavata-courses / RandomError

RandomError
0 stars 0 forks source link

What is the exact purpose of API gateway? Why cant the UI send data directly to a microservice? #1

Closed SairajGaonkar closed 4 years ago

SairajGaonkar commented 4 years ago

The API gateway is to be a mediator between all services. API gateway makes a call to service, collects the result and passes the result to the next service or the UI.