[grpc-io] Is there a way for gRPC server - Go server specifically, to close the the client stream/connection?

2018-01-22 Thread 'yz' via grpc.io
I am trying to implement some auth mechanism on go gRPC server. When the auth failed, ideally, the driver should be able to close the client connection. But seems that the ServerStream does not offer an interface to do that. Is it possible to do it in golang? -- *Grab is hiring. Learn more at

Re: [grpc-io] Local in process server

2018-01-22 Thread Robert Bielik
What is the status of issue https://github.com/grpc/grpc/pull/11145 ? Does this mean there is now C++ in-process transport ? Den onsdag 30 augusti 2017 kl. 12:06:39 UTC+2 skrev Craig Tiller: > > There's not currently. That's not to say there can't be, but doing better > would likely mean

[grpc-io] Log GeneratedMessageV3 instance

2018-01-22 Thread suvhrajit
Hi, I am trying to log the response received for a request to the server using the following statement in JAVA. LOGGER.info("Response:{} received from UCore for PnmId:{}", next,identifier.getPnmId()); >From the logs I observe that few of the fields are missing however the value exists when