From 00dbb5ca3e1ee6cc3e516efdd7ca4176887cca54 Mon Sep 17 00:00:00 2001 From: "Liao, Hong-Jie" Date: Wed, 11 Dec 2019 14:49:16 +0800 Subject: [PATCH] doc: Add blog post to awesome-sentinel.md (#1195) --- doc/awesome-sentinel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/awesome-sentinel.md b/doc/awesome-sentinel.md index 3ad5191b..e560bf5d 100644 --- a/doc/awesome-sentinel.md +++ b/doc/awesome-sentinel.md @@ -71,4 +71,5 @@ You can also add to [sentinel-group/sentinel-awesome](https://github.com/sentine - [Sentinel 深入浅出之原理篇 FlowSlot](https://www.jianshu.com/p/53218d0d273e) - [Sentinel 深入浅出之原理篇 DegradeSlot](https://www.jianshu.com/p/e910d4840e4a) - [Alibaba Sentinel RESTful 接口流控处理优化](https://www.jianshu.com/p/96f5980d9798) by [luanlouis](https://github.com/luanlouis) -- [Sentinel 控制台前端开发环境搭建](https://www.cnblogs.com/cdfive2018/p/11084001.html) by [cdfive](https://github.com/cdfive) \ No newline at end of file +- [Sentinel 控制台前端开发环境搭建](https://www.cnblogs.com/cdfive2018/p/11084001.html) by [cdfive](https://github.com/cdfive) +- [阿里 Sentinel 源码解析](https://www.javadoop.com/post/sentinel) by [Javadoop](https://www.javadoop.com)