akka/akka-core

Document best practices or provide a way to do TCP connection pooling

Open

#25,038 opened on May 2, 2018

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Scala (13,277 stars) (3,547 forks)batch import
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.

Contributor guide

Document best practices or provide a way to do TCP connection pooling · akka/akka-core#25038 | Good First Issue