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