Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18483d8

Browse files
committed
docs: add hystrix-semphore-isolation.md
基于 Hystrix 信号量机制实现资源隔离--待补充
1 parent e45e368 commit 18483d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
- [Hystrix 介绍](/docs/high-availability/hystrix-introduction.md)
8484
- [电商网站详情页系统架构](/docs/high-availability/e-commerce-website-detail-page-architecture.md)
8585
- [Hystrix 线程池技术实现资源隔离](/docs/high-availability/hystrix-thread-pool-isolation.md)
86+
- [Hystrix 信号量机制实现资源隔离](/docs/high-availability/hystrix-semphore-isolation.md)
8687

8788
### 高可用系统
8889
- 如何设计一个高可用系统?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 基于 Hystrix 信号量机制实现资源隔离
2+
待补充。

0 commit comments

Comments
 (0)