grpc_requests
grpc_requests copied to clipboard
Allow client-specific descriptor_pools to be isolated
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, local import of protobuf to automatically register with default descriptor_pool does not cause problems distinguishing itself from the server's descriptor_pool.