akka/akka-core
View on GitHubDocument best practices or provide a way to do TCP connection pooling
Open
#25,038 opened on May 2, 2018
1 - triagedhelp wantedt:stream
Description
When building a TCP client using Akka Streams outgoingConnection it is common to want to reuse connections. Most of the time a higher level protocol should be used but there are cases e.g. when developing a client for an existing TCP protocol such as a database driver / SMTP client when connection pooling would be useful. Might not be possible to make this generic enough but adding something to the cookbook would be useful.