grpc_requests icon indicating copy to clipboard operation
grpc_requests copied to clipboard

Allow client-specific descriptor_pools to be isolated

Open wesky93 opened this issue 4 years ago • 0 comments

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.

wesky93 avatar Jul 27 '21 16:07 wesky93