Skip to content
qinshan.top
Search
K
Main Navigation
生活
美食
WeMeet
语文
英语
文档
2025
前端
基础
HTML
JavaScript
ES6
TypeScript
jQuery
CSS
BootStrap
ElementPlus
进阶
Vue3
uni-app
后端
基础
JavaSE
JavaEE
Python
设计模式
Spring生态
Spring
SpringBoot
Spring Cloud Netflix
Spring Cloud Alibaba
Spring Security
中间件
MySQL
MongoDB
Redis
RabbitMQ
RocketMQ
SQLite
PostgreSQL
ElasticSearch
Hadoop
运维
Linux
Windows
Jenkins
Docker
K8S
VitePress
Tomcat
Nginx
Problems
工具
SVN
Git
周边
算法图解
面试宝典
牛客
测试系统
主页(Vue)
主页(H5)
Workstation
WS(Vue)
发布中心(H5)
青山学习网(H5)
GHS
静态资源
Appearance
章目录
返回顶部
节目录
第6章 Spring Cloud的保护机制
6.1 概述
6.1.1 实际问题
6.1.2 传统的解决方式
6.1.3 集群容错框架Hystrix
6.1.4 Hystrix的功能
6.2 个Hystrix程序
6.2.1 准备工作
6.2.2 客户端使用Hystrix
6.2.3 调用错误服务
6.2.4 Hystrix的运作流程
6.3 Hystrix的使用
6.3.1 命令执行
6.3.2 属性配置
6.3.3 回退
6.3.4 回退的模式
6.3.5 断路器开启
6.3.6 断路器关闭
6.3.7 隔离机制
6.3.8 合并请求
6.3.9 请求缓存
6.4 在Spring Cloud中使用Hystrix
6.4.1 整合Hystrix
6.4.2 命令配置
6.4.3 默认配置
6.4.4 缓存注解
6.4.5 合并请求注解
6.4.6 Feign与Hystrix整合
6.4.7 Hystrix监控
6.5 本章小结