From daa47c9c31aeb3f1d9c2bc8ef1d5bb04efbc2a61 Mon Sep 17 00:00:00 2001 From: Xargin Date: Fri, 23 Mar 2018 16:03:00 +0800 Subject: [PATCH] add new file --- ch6-web/ch6-07-ratelimit.md | 1 + ch6-web/ch6-09-circuit-breaker.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 ch6-web/ch6-09-circuit-breaker.md diff --git a/ch6-web/ch6-07-ratelimit.md b/ch6-web/ch6-07-ratelimit.md index e69de29..1afe162 100644 --- a/ch6-web/ch6-07-ratelimit.md +++ b/ch6-web/ch6-07-ratelimit.md @@ -0,0 +1 @@ +# 6.7. Ratelimit 服务流量限制 diff --git a/ch6-web/ch6-09-circuit-breaker.md b/ch6-web/ch6-09-circuit-breaker.md new file mode 100644 index 0000000..29bacb3 --- /dev/null +++ b/ch6-web/ch6-09-circuit-breaker.md @@ -0,0 +1 @@ +# 6.9. Circuit-Breaker 熔断保护