반응형
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
'Architecture > MSA' 카테고리의 다른 글
Do you know Distributed Job Scheduling in Microservices Architecture? (0) | 2023.03.24 |
---|---|
Microservices Design Patterns (0) | 2023.03.05 |
[gRPC]Restful vs gRPC vs GraphQL (0) | 2023.01.08 |
[마이크로서비스] 모놀리식 vs 마이크로서비스, 어떤 아키텍처를 선택할까? (0) | 2023.01.08 |
[Nginx]NGINX API Gateway – API 정의 및 인증 구현 (0) | 2022.12.25 |