Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

latest aiohttp support for 5.x branch #46

@amatai

Description

@amatai

Issue #37 was fixed for elasticsearch-py-async versions 6.x and above.
Version 6.0.0 depends on elasticsearch 6.0.0, with has compatability with ElasticSearch 6.x

In real world, Elasticsearch 5.x is widely installed, which means elasticsearch-py-async 5.x is needed to talk to ES 5.x cluster.

Using 5.x causes the same issue as #37 with latest aiohttp.

Is there a way to get the Timeout to async_timeout change implemented for 5.x branch?
In essence, similar to how https://github.com/elastic/elasticsearch-py package is available for different version of ElasticSearch, similarly, the async version of the client should be available.

I am willing to contribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions