You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/10/30 23:30:12 UTC

[apisix] branch master updated: doc(api-breaker): add doc in README and plugin list (#2580)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 735240f  doc(api-breaker): add doc in README and plugin list  (#2580)
735240f is described below

commit 735240fd77f1cf6df34f1da8ca74d033d812f732
Author: tashiya-menuri <73...@users.noreply.github.com>
AuthorDate: Sat Oct 31 05:00:06 2020 +0530

    doc(api-breaker): add doc in README and plugin list  (#2580)
    
    Fix #2529
---
 doc/README.md       | 1 +
 doc/zh-cn/README.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/README.md b/doc/README.md
index 443bb0b..9a1c2c3 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -76,6 +76,7 @@ Plugins
 * [proxy-cache](plugins/proxy-cache.md): Provides the ability to cache upstream response data.
 * [request-validation](plugins/request-validation.md): Validates requests before forwarding to upstream.
 * [proxy-mirror](plugins/proxy-mirror.md): Provides the ability to mirror client requests.
+* [api-breaker](plugins/api-breaker.md): Circuit Breaker for API that stops requests forwarding to upstream in case of unhealthy state.
 
 **Monitoring**
 * [prometheus](plugins/prometheus.md): Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
diff --git a/doc/zh-cn/README.md b/doc/zh-cn/README.md
index 2cc935f..b6ddbb2 100644
--- a/doc/zh-cn/README.md
+++ b/doc/zh-cn/README.md
@@ -70,6 +70,7 @@
 * [uri-blocker](plugins/uri-blocker.md): 根据 URI 拦截用户请求。
 * [oauth](plugins/openid-connect.md): 提供 OAuth 2 身份验证和自省。
 * [log-rotate](plugins/log-rotate.md): 日志文件定期切分。
+* [api-breaker](plugins/api-breaker.md): API的断路器,在状态不正常的情况下停止将请求转发到上游。
 
 部署
 =======