The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yash Tibrewal 89f7534e43
Bump dev version 202207012203 (#30177)
3 years ago
..
grpc_csds [xDS Proto] Remove Python's usage of copied proto files (#29516) 3 years ago
.gitignore Add grpcio-admin Python package (#26166) 4 years ago
MANIFEST.in Add CSDS API to Python (#26114) 4 years ago
README.rst Add CSDS API to Python (#26114) 4 years ago
grpc_version.py Bump dev version 202207012203 (#30177) 3 years ago
setup.py Increase the Python protobuf requirement to >=3.12.0 (#28604) 3 years ago

README.rst

gRPC Python Client Status Discovery Service package
===================================================

CSDS is part of the Envoy xDS protocol:
https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/status/v3/csds.proto.
It allows the gRPC application to programmatically expose the received traffic
configuration (xDS resources). Welcome to explore with CLI tool "grpcdebug":
https://github.com/grpc-ecosystem/grpcdebug.

For any issues or suggestions, please send to https://github.com/grpc/grpc/issues.