[External task] Camunda External Client HttpClient Timeout Configuration

Hi,

Recently we have a problem that the Camunda external task client which use Apache HttpClient to send request to Camunda server and do fetch and lock task, but it was blocked by load balancer.

Then the fetch task thread will be always pending for the resonse from camunda server, no longer working since then.

I’ve tried customizing an Interceptor that change the long connection to short connection, but it didn’t solve our problem.

I wonder if there are configuration for the camunda client http client timeout?

Regards