mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-28 04:10:08 +08:00
docs: add hystrix-semphore-isolation.md
基于 Hystrix 信号量机制实现资源隔离--待补充
This commit is contained in:
parent
e45e368e14
commit
18483d82ae
@ -83,6 +83,7 @@
|
||||
- [Hystrix 介绍](/docs/high-availability/hystrix-introduction.md)
|
||||
- [电商网站详情页系统架构](/docs/high-availability/e-commerce-website-detail-page-architecture.md)
|
||||
- [Hystrix 线程池技术实现资源隔离](/docs/high-availability/hystrix-thread-pool-isolation.md)
|
||||
- [Hystrix 信号量机制实现资源隔离](/docs/high-availability/hystrix-semphore-isolation.md)
|
||||
|
||||
### 高可用系统
|
||||
- 如何设计一个高可用系统?
|
||||
|
2
docs/high-availability/hystrix-semphore-isolation.md
Normal file
2
docs/high-availability/hystrix-semphore-isolation.md
Normal file
@ -0,0 +1,2 @@
|
||||
## 基于 Hystrix 信号量机制实现资源隔离
|
||||
待补充。
|
Loading…
Reference in New Issue
Block a user