zhixiongdu027 commented on issue #8311:
URL: https://github.com/apache/apisix/issues/8311#issuecomment-1316199283

   > In fact, if you use `resty.http` or `ngx.tcp.socket`, even if you don't 
set the `timeout`, there will be a default `timeout`, which is 60 s as I 
remember.
   
   The problem is not here, and in the code it is already set
   https.set_timeouts
   
https://github.com/apache/apisix/blob/288708cbe0098fd3f62fadd725490804d5d0a3db/apisix/discovery/kubernetes/informer_factory.lua#L199-L206
   
   
   The problem is that in a network topology like the following
   discovery --(1)--> proxy --(2)--> apiserver
   
   Position(1) does not match timeout policy for Position(2)
   
   @tzssangglass 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to