grpc/src/python/grpcio_csds
apolcyn d084ddce37
[release] Bump release version 1.54.3 (#33708)
Generated by release script
2023-07-14 12:06:00 -07:00
..
grpc_csds [xDS Proto] Remove Python's usage of copied proto files (#29516) 2022-05-25 15:19:53 -07:00
.gitignore Add grpcio-admin Python package (#26166) 2021-05-05 13:20:50 -07:00
MANIFEST.in Add CSDS API to Python (#26114) 2021-05-03 11:54:34 -07:00
README.rst Add CSDS API to Python (#26114) 2021-05-03 11:54:34 -07:00
grpc_version.py [release] Bump release version 1.54.3 (#33708) 2023-07-14 12:06:00 -07:00
setup.py Update protobuf to v21.6 (#31015) 2022-09-16 17:50:52 -07:00

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.