api-firewall
api-firewall copied to clipboard
Support for DNS load balancers
There are several methods of load balancing traffic using DNS:
- Round robin DNS
- Returning the IP address of a live host in response to a DNS query
- etc.
Currently, API-Firewall cannot work with such load balancers and performs DNS resolution only at startup. During operation, DNS may point to a different A record, but API-Firewall will continue trying to send requests to the old IP address.
Please add support for DNS load balancers so that DNS resolution occurs periodically and connects to the new IP (transparently to the end user, without service degradation).