grpc_requests
grpc_requests copied to clipboard
python grpc reflaction client
Somehow the latest release does not have the change to remove click: https://github.com/spaceone-dev/grpc_requests/compare/v0.1.1...master
Allow each client to have a separate descriptor_pool. In this case, when connecting multiple servers, certain versions of protobuf differ from server to server to prevent possible errors. In addition,...
**Describe the solution you'd like** when ERROR_GRPC_CONNECTION raise client is kill
**Describe the bug** Descriptor does not contain serialization error, when using alpine versions of python **To Reproduce** Steps to reproduce the behavior: 1. ``` from grpc_requests import Client client =...