hi all
       when build a grpc server by ServerBuilder, I use the 
ServerBuilder.executor(myExecutor) to bind my own executor. I set the max 
thread count 、queue capacity and throw rejectExecutionException when the 
executor is full in the myExecutor.

       my question is : when the executor is full, how to catch the 
exception and converted to the grpc status. Also I want the grpc client 
distinguish 
the error is cause by the reject of executor.

 
       thank you.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/c25810bf-d4d3-4579-b45a-724afec5d563%40googlegroups.com.

Reply via email to