Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1366

Share a client connection pool across the cluster

$
0
0

Hi,

We are using ClusterSharding for our deployment and are now trying to integrate AkkaHttp Client into it. First we thought of using the CachedHostConnectionPool but it seems like it opens a pool for every node in the cluster and not sharing this pool in the cluster. So if we set the max-connections to 20 and have three nodes, then it will actually be a max-connections of 60.

Is there a way to have a cluster-wide connection pool for the http client?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1366

Trending Articles