skywalking-java/apm-sniffer
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
..
apm-agent Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00
apm-agent-core Adding deadline to gRPC client (#2987) 2019-07-03 14:34:04 +08:00
apm-sdk-plugin Spring @Async plugin support (#2902) 2019-07-02 07:46:25 +08:00
apm-test-tools Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00
apm-toolkit-activation Logback support AsyncAppender print tid (#2750) 2019-07-01 21:12:19 +08:00
config update agent.config (#2664) 2019-05-14 16:12:59 +08:00
optional-plugins Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00
pom.xml Move master to 6.3.0 (#2968) 2019-06-29 13:49:36 +08:00