From c83893ba3b0705771f221f4dc02395a202681f09 Mon Sep 17 00:00:00 2001 From: Roman Dzhabarov Date: Mon, 22 Aug 2016 22:21:00 -0700 Subject: [PATCH 1/3] Request shadowing already present. --- docs/intro/what_is_envoy.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/intro/what_is_envoy.rst b/docs/intro/what_is_envoy.rst index a170b50ccb1a..d2e29d9ff26a 100644 --- a/docs/intro/what_is_envoy.rst +++ b/docs/intro/what_is_envoy.rst @@ -85,9 +85,8 @@ components in a distributed system is a complex problem. Because Envoy is a self instead of a library, it is able to implement advanced load balancing techniques in a single place and have them be accessible to any application. Currently Envoy includes support for :ref:`automatic retries `, :ref:`circuit breaking `, -and :ref:`global rate limiting ` via an external rate limiting service. -Future support is planned for automatic bad host outlier ejection, request racing, and request -shadowing. +:ref:`global rate limiting ` via an external rate limiting service, and +request shadowing. Future support is planned for automatic bad host outlier ejection, request racing. **Front/edge proxy support:** Although Envoy is primarily designed as a service to service communication system, there is benefit in using the same software at the edge (observability, From febe46dff9a0d0538cc8f2661571105c1c93c4a3 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Tue, 23 Aug 2016 08:02:39 -0700 Subject: [PATCH 2/3] Update what_is_envoy.rst --- docs/intro/what_is_envoy.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/intro/what_is_envoy.rst b/docs/intro/what_is_envoy.rst index d2e29d9ff26a..f7921012c9f3 100644 --- a/docs/intro/what_is_envoy.rst +++ b/docs/intro/what_is_envoy.rst @@ -86,7 +86,8 @@ instead of a library, it is able to implement advanced load balancing techniques and have them be accessible to any application. Currently Envoy includes support for :ref:`automatic retries `, :ref:`circuit breaking `, :ref:`global rate limiting ` via an external rate limiting service, and -request shadowing. Future support is planned for automatic bad host outlier ejection, request racing. +request shadowing. Future support is planned for automatic bad host outlier ejection, and request +racing. **Front/edge proxy support:** Although Envoy is primarily designed as a service to service communication system, there is benefit in using the same software at the edge (observability, From a89d270ea717b0c728f32ca210bbbca7394c6dba Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Tue, 23 Aug 2016 08:03:09 -0700 Subject: [PATCH 3/3] Update what_is_envoy.rst --- docs/intro/what_is_envoy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/what_is_envoy.rst b/docs/intro/what_is_envoy.rst index f7921012c9f3..d99d8e454f8c 100644 --- a/docs/intro/what_is_envoy.rst +++ b/docs/intro/what_is_envoy.rst @@ -86,7 +86,7 @@ instead of a library, it is able to implement advanced load balancing techniques and have them be accessible to any application. Currently Envoy includes support for :ref:`automatic retries `, :ref:`circuit breaking `, :ref:`global rate limiting ` via an external rate limiting service, and -request shadowing. Future support is planned for automatic bad host outlier ejection, and request +request shadowing. Future support is planned for automatic bad host outlier ejection and request racing. **Front/edge proxy support:** Although Envoy is primarily designed as a service to service