Re: [grpc-io] Re: Rendezvous of RPC that terminated with StatusCode.UNIMPLEMENTED

2018-04-14 Thread vk
Hi Mehrdad, I resolved this issue. This was happening due to missing "package xxx" statement from .proto file on client side. While debugging, I found that the package statement is missing from client side proto file, but server side proto file had that. Once I added the package statement, R

[grpc-io] Re: [grpc-java] global exception handler on client-side

2018-04-14 Thread evaliauka via grpc.io
This is exactly what I'm trying to avoid - unwrapping StatusRuntimeException each time I expect an exception or each time I call a grpc stub method. What I want is to setup an exception converter once, and have it applied automatically to all grpc calls. On Thursday, March 29, 2018 at 7:00:07 P