[grpc-io] [grpc-Java] Query regarding ping deadline exceeded

2024-04-12 Thread R Chinmay
We are trying to differentiate between deadline exceeded during method call on server, or when the connection hasn't been established yet. In both cases we receive a generic log with status DEADLINE_EXCEEDED. We went through gprc code, but couldn't figure out where the ping call was being

[grpc-io] Re: [gRPC-Java] Pass context or header information to parseRequest on server side

2024-02-19 Thread R Chinmay
gt; > Best Regards, > Sergii > > On Monday, February 12, 2024 at 8:07:03 AM UTC-8 R Chinmay wrote: > >> I have a custom implementation of request marshaller (overriding >> io.grpc.MethodDescriptor.Marshaller) >> which I want to use, but I would need context inform

[grpc-io] [gRPC-Java] Pass context or header information to parseRequest on server side

2024-02-12 Thread R Chinmay
I have a custom implementation of request marshaller (overriding io.grpc.MethodDescriptor.Marshaller) which I want to use, but I would need context information related to the microservice call (specifically microservice method name being invoked). I tried populating it in ServerInterceptor's