Re: [grpc-io] Re: Recommended gRPC URI scheme

2018-11-30 Thread 'Jakob Buchgraber' via grpc.io
Hi Carl, thanks for the quick reply. Let me be more precise. We have a flag --remote_cache= in Bazel that will support a REST based protocol and a gRPC based protocol. So if a user specifies --remote_cache=https://localhost:9988 it means he wants to use the REST protocol and if a user specifies --

[grpc-io] Recommended gRPC URI scheme

2018-11-29 Thread 'Jakob Buchgraber' via grpc.io
Hi, in our project we want to allow a user to specify a URI to a service endpoint via a flag. We support multiple protocols for talking to service endpoints, including gRPC. The current plan is to select the protocol to use based on the scheme component of the URI. Do you provide any guidance a