StatusRunTimeException with custom status codes in GRPC
We have an application where we have a need to return Custom GRPC Status codes, as we feel the codes are limited. Is there a way we can return Custom GRPC Status code?
How to use RoundRobinLoadBalancer “round_robin” in Java grpc 1.64.0?
I have updated grpc from 1.58.0 to 1.64.0 and the RoundRobinLoadBalancer is gone. Where did it go?
Is there an alternative?
Generate grpc java client
I am trying to compile my proto into a grpc java client and a python grpc java server.
I can’t get the java generated class to produce the Services.
The following is proto named ‘myproto.proto:
How to get a builder of a response type within ServerInterceptor?
I’m writing a ServerInterceptor
that might respond with a predefined response. In order to construct a response, I need a builder of that type but I can’t find a way to get it.
Is there a provision in grpc-java to add new services to grpc servers during runtime
I want to add and remove services to the grpc server without bringing down other services running.
can i able to replace https functionality using grpc in java
I want to replace the https functionality with grpc using java.