You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/07/16 15:24:57 UTC

[incubator-apisix] branch master updated: doc: update README.md for proxy-mirror (#1852)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c57796  doc: update README.md for proxy-mirror (#1852)
5c57796 is described below

commit 5c57796f8fcd0ff0e57a330b2cf891eb15b8cd86
Author: Scaat Feng <sc...@gmail.com>
AuthorDate: Thu Jul 16 23:24:49 2020 +0800

    doc: update README.md for proxy-mirror (#1852)
---
 README.md    | 1 +
 README_CN.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 85a9d36..93e5280 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
     - Hash-based Load Balancing: Load balance with consistent hashing sessions.
     - [Health Checks](doc/health-check.md): Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability.
     - Circuit-Breaker: Intelligent tracking of unhealthy upstream services.
+    - [Proxy Mirror](doc/plugins/proxy-mirror.md): Provides the ability to mirror client requests.
 
 - **Fine-grained routing**
     - [Supports full path matching and prefix matching](doc/router-radixtree.md#how-to-use-libradixtree-in-apisix)
diff --git a/README_CN.md b/README_CN.md
index 7d15bae..088c601 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -68,6 +68,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
     - 支持一致性 hash 的负载均衡:动态支持一致性 hash 的负载均衡。
     - [健康检查](doc/health-check.md):启用上游节点的健康检查,将在负载均衡期间自动过滤不健康的节点,以确保系统稳定性。
     - 熔断器: 智能跟踪不健康上游服务。
+    - [代理镜像](doc/zh-cn/plugins/proxy-mirror.md): 提供镜像客户端请求的能力。
 
 - **精细化路由**
     - [支持全路径匹配和前缀匹配](doc/router-radixtree.md#how-to-use-libradixtree-in-apisix)