본문 바로가기

Architecture/MSA

[MSA]What does API gateway do?

반응형
SMALL

What does API gateway do?
An API gateway typically provides several important functions. Some common ones are:
- authentication and security policy enforcement
- load balancing and circuit breaking
- protocol translation and service discovery
- monitoring, logging, analytics, and billing
- caching
반응형
LIST