Regarding initialization: You can initialize the server and clients as a part of your normal application start up process, nothing special here. In fact, the examples set everything up in the `main` method.
Regarding sender info: The metadata is not exposed in the code generated stub API, which happens to be the simplest API to use. This is the API used by the included examples, note how `RouteGuideService extends RouteGuideGrpc.RouteGuideImplBase`, which is a Java class automatically generated from proto IDLs. Metadata is exposed in the lower level ServerCall and ClientCall API, which I consider a more advanced API. -- 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/CAK%3D-x_75TcEjCUyDdqxbTeZfNCUxoZFkG0ROONJLFCaDYEV5hA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
