一 Eureka
https://github.com/Netflix/eureka
Eureka是Netflix开源的服务发现组件,本身是一个基于REST的服务。它包含Server和Client两部分。
二 Ribbon
https://github.com/Netflix/ribbon
Ribbon是Netflix发布的负载均衡器,它有助于控制HTTP和TCP客户端行为。
三 Hystrix
https://gitee.com/mirrors/hystrix
https://github.com/netflix/hystrix
hystrix是Netflix发布的服务容错保护机制。
四 Feign
https://github.com/openfeign/feign
Feign是Netflix开发的声明式、模板化的HTTP客户端。
五 Spring Cloud