diff --git a/README.md b/README.md index 3ef8c08..c9cdf48 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ - [Hystrix 线程池技术实现资源隔离](/docs/high-availability/hystrix-thread-pool-isolation.md) - [Hystrix 信号量机制实现资源隔离](/docs/high-availability/hystrix-semphore-isolation.md) - [Hystrix 隔离策略细粒度控制](/docs/high-availability/hystrix-execution-isolation.md) +- [深入 Hystrix 执行时内部原理](/docs/high-availability/hystrix-process.md) ### 高可用系统 - 如何设计一个高可用系统? diff --git a/docs/high-availability/hystrix-process.md b/docs/high-availability/hystrix-process.md new file mode 100644 index 0000000..beabe48 --- /dev/null +++ b/docs/high-availability/hystrix-process.md @@ -0,0 +1,2 @@ +## 深入 Hystrix 执行时内部原理 + diff --git a/docs/high-availability/img/hystrix-process.png b/docs/high-availability/img/hystrix-process.png new file mode 100644 index 0000000..c61da57 Binary files /dev/null and b/docs/high-availability/img/hystrix-process.png differ diff --git a/img/hystrix-process.png b/img/hystrix-process.png new file mode 100644 index 0000000..c61da57 Binary files /dev/null and b/img/hystrix-process.png differ