Skip to content

Enable custom configuration for http connection in OrchestrationClient #494

@14f34890

Description

@14f34890

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions