Akka-http client without DNS cache - help

akka-http client caches DNS entries. In case of failover old entries are still used.
I found already akka/akka#20791 but I have not clue how to pass InetSocketAddress to SourceQueueWithComplete[(HttpRequest, Promise[HttpResponse])].

Can you help me with that, please? Thank you!