-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global backaddr is assumed to be static #84
Comments
Any updates about this issue ? Is this also affecting docker internal name resolution ? |
@olivierHa
we've replaced hitch with nginx in our application |
I've started to work on a periodic backend IP check fix (with the guidance of @daghf ), let me update the progress here. |
@dmatetelki Thanks. This will be very helpful. |
!!!DRAFT!!! todo: handle change between create socket and connect testing
I'm interested by the approach here. First thing is when do we update the pool, and the second one is: how do we spread connections? Last one is what do we do in case of failure? |
Hi @rtkbkish, @gquintard, @yogo1212 and @daghf ! The first version is ready to be tested. (thou i did create a testcase)
|
hi :-)
when configuring a hostname for a backend the hostname is only resolved once in
init_globals
.=>
in a way, hitch acts as a DNS cache that doesn't respect TTL.
related use case: using amazon ELB as backend.
possible solution: register an event to refresh the cached value of
backaddr
when the DNS value expires.The text was updated successfully, but these errors were encountered: