[Using C++ bindings.] I was surprised to learn the hard way today that the gRPC URL includes the "full service name" which is the protobuf package + the service name. I was expecting it only to be the service name.
This bit me when I changed the package name in the proto file the server consumed but didn't change it in the client and now the client couldn't talk to it. I was under the wrong impression that proto package names were only for the language bindings and didn't go over the wire. So two important questions: 1) How can I change this? Is there something I can tell ServerBuilder, for example that will fix the URL and sever it from the tie to the proto package name? 2) Where is this documented? Thanks! -- David Bakin -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/560cdb23-9a5d-44b8-a3f8-6c37a71ab9a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
