stubbornTanzhe opened a new issue, #7910:
URL: https://github.com/apache/apisix/issues/7910

   ### Description
   
   
[so_keepalive](http://nginx.org/en/docs/http/ngx_http_core_module.html#listen)
   I found that apisix will not send tcp keepalive packet
   is there any chance that apisix enable so_keepalive when listen?
   support so_keepalive on/off is better.
   
   in my case, k8s by ipvs mode, the client request the workload from 
apiserver(watch=true),
   apisix is the gateway which connect the client and apiserver
   if where is no data for a while(watch pod), then ipvs will timeout and send 
RST packet,which will be prevent if we enable tcp keepalive all the node on the 
chain.
   
   ### Environment
   
   - APISIX version (run `apisix version`): 1.13.2
   - Operating system (run `uname -a`): centos8
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): 3.5.4
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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