Architecture/MSA
[MSA]What does API gateway do?
codingnature
2023. 1. 31. 08:01
반응형
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