From b788790e5680aa135a2e7395f2d0cf5b36d7f2d1 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 20 Jan 2017 13:20:32 -0800 Subject: [PATCH] op-guide: change grpc-proxy from 'pre' to alpha' --- Documentation/op-guide/grpc_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/grpc_proxy.md b/Documentation/op-guide/grpc_proxy.md index 9006cc2ef..b2744e16c 100644 --- a/Documentation/op-guide/grpc_proxy.md +++ b/Documentation/op-guide/grpc_proxy.md @@ -1,6 +1,6 @@ # gRPC proxy -*This is a pre-alpha feature, we are looking for early feedback.* +*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.