skywalking-java/oap-server/exporter
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
..
src Adding deadline to gRPC client (#2987) 2019-07-03 14:34:04 +08:00
pom.xml Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00