op-guide: change grpc-proxy from 'pre' to alpha'

This commit is contained in:
Gyu-Ho Lee 2017-01-20 13:20:32 -08:00
parent 71c45906ad
commit b788790e56
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C

View File

@ -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.