当前位置:网站首页>分布式系统服务熔断
分布式系统服务熔断
2022-04-23 21:57:00 【Leon_Jinhai_Sun】
# 服务熔断
 - “熔断器”本身是一种开关装置,当某个服务单元发生故障之后,通过断路器(hystrix)的故障监控,某个异常条件被触发,直接熔断整个服务。向调用方法返回一个符合预期的、可处理的备选响应(FallBack),而不是长时间的等待或者抛出调用方法无法处理的异常,就保证了服务调用方的线程不会被长时间占用,避免故障在分布式系统中蔓延,乃至雪崩。如果目标服务情况好转则恢复调用。服务熔断是解决服务雪崩的重要手段。
# 服务熔断图示

版权声明
 本文为[Leon_Jinhai_Sun]所创,转载请带上原文链接,感谢
 https://blog.csdn.net/leon_jinhai_sun/article/details/124334603 
边栏推荐
- Is rust more suitable for less experienced programmers?
- Database Experiment 7 stored procedure experiment
- Problem brushing plan -- dynamic programming (IV)
- 一文解决浏览器跨域问题
- 使用mbean 自动执行heap dump
- Automatic heap dump using MBean
- [※ leetcode refers to offer 32 - II. Print binary tree II from top to bottom (simple)]
- [leetcode refers to offer 22. The penultimate node in the linked list (simple)]
- Minecraft 1.12.2 module development (43) custom shield
- This paper solves the cross domain problem of browser
猜你喜欢
 - Database Experiment 8 trigger experiment 
 - LabVIEW修改应用程序窗口外观 
 - JUnit unit test ---- a good tool for testing a single method 
![[leetcode refers to offer 42. Maximum sum of continuous subarrays (simple)]](/img/e9/497a31cd70b9b21e4cb7845b688d18.png) - [leetcode refers to offer 42. Maximum sum of continuous subarrays (simple)] 
 - NVM introduction, NVM download, installation and use (node version management) 
 - Arm architecture assembly instructions, registers and some problems 
 - 轻量化项目管理思路 
 - ROS learning notes - tutorial on the use of ROS 
 - Pycharm download and installation 
 - How Axure installs a catalog 
随机推荐
- Pipes and xargs 
- Daily operation and maintenance knowledge -- 1 
- Database Experiment 2 data query 
- 2022-04-24日报:在生物科学领域应用深度学习的当前进展和开放挑战 
- 2. Finishing huazi Mianjing -- 2 
- presto on spark 支持3.1.3记录 
- NVM introduction, NVM download, installation and use (node version management) 
- opencv应用——以图拼图 
- A method of asynchronous response of application service through load balancing 
- 1.整理华子面经--1 
- [leetcode sword finger offer 28. Symmetric binary tree (simple)] 
- 手撕《Google SRE Book》 
- ROS学习笔记-----ROS的使用教程 
- A series of problems of C DataGridView binding list 
- [leetcode refers to offer 32 - III. print binary tree III from top to bottom (medium)] 
- Keras. Layers introduction to various layers 
- Error message: b04access.00f eve'. Read of address 000001B4 
- flomo软件推荐 
- C language programming based on loop structure (PTA)