From c6cf88ef7f766f8a9ba279225d670ce826f0c441 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Wed, 17 May 2017 22:27:06 -0700 Subject: [PATCH] op-guide: remove alpha from grpc proxy --- Documentation/op-guide/grpc_proxy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/op-guide/grpc_proxy.md b/Documentation/op-guide/grpc_proxy.md index 5d0e77566..4a2a6ca4b 100644 --- a/Documentation/op-guide/grpc_proxy.md +++ b/Documentation/op-guide/grpc_proxy.md @@ -1,7 +1,5 @@ # gRPC proxy -*This is an alpha feature, we are looking for early feedback.* - The gRPC proxy is a stateless etcd reverse proxy operating at the gRPC layer (L7). The proxy is designed to reduce the total processing load on the core etcd cluster. For horizontal scalability, it coalesces watch and lease API requests. To protect the cluster against abusive clients, it caches key range requests. The gRPC proxy supports multiple etcd server endpoints. When the proxy starts, it randomly picks one etcd server endpoint to use. This endpoint serves all requests until the proxy detects an endpoint failure. If the gRPC proxy detects an endpoint failure, it switches to a different endpoint, if available, to hide failures from its clients. Other retry policies, such as weighted round-robin, may be supported in the future.