You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
521 B
Markdown

## SpringCloud Netflix Hystrix
### SpringCloud Netflix Hystrix 概览
### 使用注解方式实现服务的容错、降级
### 使用编程方式实现服务的容错、降级
### 编程方式开启 Hystrix 请求缓存
### 注解方式开启 Hystrix 请求缓存
### 编程方式应用 Hystrix 请求合并
### 注解方式应用 Hystrix 请求合并
### OpenFeign 集成 Hystrix 开启后备模式
### 使用 Hystrix 监控面板监测客户端容错
### SpringCloud Netflix Hystrix 容错组件总结