srv-lb
srv-lb copied to clipboard
When trying to obtain a SRV record from a registry using bad DNS address, method `LoadBalancer.Next()` fails to report the actual error. It simply states that `Couldn't resolve name 'my-service.service.consul.'`....
Hi, https://github.com/benschw/srv-lb/blob/master/dns/lib.go#L16 - i think You should reaaally handle this supressed error and fallback to some default nameserver in case this file is missing.
Is there any solution in this library on how to handle if a host selected by the load balancer is down? Or would one build that on top? Or would...