Skip to main content

API Gateway

What is an API Gateway?

  1. Serves as a single entry point for all incoming requests.
  2. Circuit Breaker: Hystrix
  3. Load Balaner: Ribbon
  4. Authorization, x-jwt-token
  5. Route the request to the appropraite service.