github / glb-director

GitHub Load Balancer Director and supporting tooling.
Other
2.37k stars 227 forks source link

Basic TCP-healthcheck for backends #87

Closed ravisinghsfbay closed 4 years ago

ravisinghsfbay commented 4 years ago

Basic TCP-healthcheck for backends that relies on success of a TCP connection opening to determine healthiness of the backend. For now the TCP connections are not persistent. These will be made persistent in a subsequent PR.