Hi, On Fri, May 11, Marcello Lorenzi wrote: > we are checking the possibility to balance some memcached instances with an > HAProxy 1.8 instance but we need to implement the keepalive on TCP Listen > port. If we use the command "netstat -ano" we noticed that memcached > configure the keepalive on the connection but not HAProxy. Could you help > us to verify if it's possible to configure the same behavior?
Does option clitcpka / option srvtcpka do what you need ? (https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-option%20clitcpka https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#option%20srvtcpka ) Can you describe your use case ? Maybe memcached proxy (twemproxy, mcrouter etc.) is an alternative solution ? -Jarno -- Jarno Huuskonen

