Skip to content
HaoranYu edited this page May 29, 2019 · 2 revisions

Techs:

  1. Use Eureka Server and Eureka Client to implement service discovery and service registration.
  2. Use OpenFeign to implement a client-side load balancer
  3. Use Zuul to implement API gateway as an intelligent routing micro-service
  4. Use Config Server and Config Client to implement externalized configuration to have a central place to manage external properties for applications across all environments.
  5. Use Hystrix Circuit Breaker to implement fallback method. If there is such a failure, it will open the circuit and forward the call to a fallback method.
  6. Introduce auto-scaling.
Clone this wiki locally