skywalking-java/oap-server/server-core/src
Gao Hongtao 01b963c109 Adding deadline to gRPC client (#2987)
* Set up 10 seconds deadline after gRPC client sending
 * The duration of deadline contains three segments: connecting,
   request and response

For blocking stub, I just set deadline before invoke service. For
bi-streaming stub, I found all of them are used as a blocking style,
that after getting streaming response client stub just close current
streaming. Base on above reality, I pick the same way as blocking one.
2019-07-03 14:34:04 +08:00
..
main Adding deadline to gRPC client (#2987) 2019-07-03 14:34:04 +08:00
test Spring @Async plugin support (#2902) 2019-07-02 07:46:25 +08:00