You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/06/20 09:43:41 UTC

[GitHub] [skywalking] wu-sheng opened a new pull request #2917: Introduce dead line settings from gRPC document.

wu-sheng opened a new pull request #2917: Introduce dead line settings from gRPC document.
URL: https://github.com/apache/skywalking/pull/2917
 
 
   We have listened about at some bad network environment, people report gRPC not responding sometimes.
   Following gRPC document of the deadline, I think this fits for us. https://grpc.io/blog/deadlines/
   
   10 seconds is the value I set for 
   1. Register, JVM reporter and Segment reporters at agent side.
   1. Remote client and gRPC exporter at OAP side.
   
   I don't set any sever side timeout, because all of gRPC clients don't require the response.
   
   Any suggestion?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services