> Is there a way to flush all connections from the respective pool instead of > regenerating the whole thing?
I didn't see one for akka http (other than the documented HostConnectionPool.shutdown) - how do you want to proceed? > get access to the Http.HostConnectionPool It is not clear how to do this, starting with pool, which is type `Flow[(HttpRequest, T), (Try[HttpResponse], T), HostConnectionPool]` [ Full content available at: https://github.com/apache/incubator-openwhisk/pull/3976 ] This message was relayed via gitbox.apache.org for [email protected]
