Bug #96454 load balancing via DNS resolution
Submitted: 7 Aug 2019 17:09 Modified: 6 Sep 2019 13:57
Reporter: Michael James (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / J Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[7 Aug 2019 17:09] Michael James
Description:
We are using Consul DNS to support local DNS resolution. Ideally we would like to be able to do something like foo.service.consul and have the load balancing driver expand that into IP address 1, IP address 2, etc. based on the DNS lookup

How to repeat:
Using the consul DNS name currently it only resolves it to one host and only uses that host

Suggested fix:
when the driver is loading, it should try to resolve the DNS and if there are multiple results, use those results in place of the hostname passed in
[6 Sep 2019 13:57] Alexander Soklakov
Hi Michael,

Bug#96724 was created to track the pull request, so I'm closing this one as a duplicate.