Re: [akka-user] Akka-http connection pool rotating connections (time to live)

2017-06-08 Thread Akka Team
There is no max-time-to-live for a connection, only akka.http.host-connection-pool.idle-timeout but that requires there to be no requests going through the connection for a timeout before it is terminated. I'd expect that when you deploy the new version, the old version get undeployed and those co

[akka-user] Akka-http connection pool rotating connections (time to live)

2017-05-31 Thread Jorge Fuentes
Hi here, I have a service running on production, which calls a dependency service using : Http().newHostConnectionPoolHttps[Promise[HttpResponse]] Each time a new stack of the dependency service is deployed it use same domain, my service DNS cache is updated but problem is connections inside