Java SDK connection pool exhaustion on high volume API calls

We’re hitting thread contention in our Java app using the Genesys Cloud SDK. The default Apache HttpClient seems to max out connections quickly during peak hours.

Is there a way to inject a custom HttpClientBuilder with a larger MaxConnTotal before initializing the GenesysClient? Or do we have to wrap the calls in our own pooling logic?