Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
grpc_csds/ | H | 25-Apr-2025 | - | 84 | 56 | |
.gitignore | H A D | 25-Apr-2025 | 66 | 7 | 6 | |
MANIFEST.in | H A D | 25-Apr-2025 | 94 | 5 | 4 | |
README.rst | H A D | 25-Apr-2025 | 511 | 11 | 8 | |
grpc_version.py | H A D | 25-Apr-2025 | 697 | 18 | 1 | |
setup.py | H A D | 25-Apr-2025 | 1.9 KiB | 64 | 39 |
README.rst
1gRPC Python Client Status Discovery Service package 2=================================================== 3 4CSDS is part of the Envoy xDS protocol: 5https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/status/v3/csds.proto. 6It allows the gRPC application to programmatically expose the received traffic 7configuration (xDS resources). Welcome to explore with CLI tool "grpcdebug": 8https://github.com/grpc-ecosystem/grpcdebug. 9 10For any issues or suggestions, please send to https://github.com/grpc/grpc/issues. 11