From 5c57796f8fcd0ff0e57a330b2cf891eb15b8cd86 Mon Sep 17 00:00:00 2001 From: Scaat Feng Date: Thu, 16 Jul 2020 23:24:49 +0800 Subject: [PATCH] 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 85a9d36070cf..93e52804e448 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 7d15bae461e8..088c6010bc4d 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)