Skip to content

Multi-threaded/async http support #602

Open
@costin

Description

@costin

Currently, each task is using only one thread to send and receive replies from Elastic. In cases where the server has plenty of cores, this might not fully use the available CPU power and increasing the number of tasks might have undesired side effects (and be too big of a hammer).

It would be convenient to provide an option inside the connector directly to increase the number of available threads or better yet, provide async support so that once can write while expecting the result from a previous call.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions