Describe the Problem
We would like have possibility to customize http connection settings for OrchestrationClient when create it.
Propose a Solution
For example it can be done:
HttpConnectionConfig httpConnectionConfig = HttpConnectionConfig.custom()
.setConnectTimeout(timeout, TimeUnit.MILLISECONDS)
.setResponseTimeout(timeout, TimeUnit.MILLISECONDS)
.setSocketTimeout(timeout, TimeUnit.MILLISECONDS)
...
.build();
OrchestrationClient orchestration = new OrchestrationClient(httpConnectionConfig)
Could you please provide such feature?
Describe Alternatives
No response
Affected Development Phase
Getting Started
Impact
No Impact
Timeline
No response