-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HaoranYu edited this page May 29, 2019
·
2 revisions
Techs:
- Use Eureka Server and Eureka Client to implement service discovery and service registration.
- Use OpenFeign to implement a client-side load balancer
- Use Zuul to implement API gateway as an intelligent routing micro-service
- Use Config Server and Config Client to implement externalized configuration to have a central place to manage external properties for applications across all environments.
- 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.
- Introduce auto-scaling.