question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for async I/O

See original GitHub issue

Depends on: https://github.com/elastic/elasticsearch-py/pull/1203

Should be a fairly similar approach to above.

  • Add an [async] extra which will install elasticsearch[async].
  • Add AsyncSearch, AsyncMultiSearch, and AsyncUpdateByQuery classes

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:24
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
sethmlarsoncommented, Sep 16, 2020

Update: Still haven’t found time to work on this feature, it is on my to-do list. As always, community PRs are welcome if you’re willing to take a stab at this large change.

5reactions
sethmlarsoncommented, Jul 6, 2020

@zikphil I don’t have a timeframe available currently, my guess is in the next few months.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Async IO in Python: A Complete Walkthrough
This tutorial will give you a firm grasp of Python's approach to async IO, which is a concurrent programming design that has received...
Read more >
asyncio — Asynchronous I/O — Python 3.11.1 documentation
asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks...
Read more >
Async I/O | Apache Flink
Flink's Async I/O API allows users to use asynchronous request clients with data streams. The API handles the integration with data streams, well...
Read more >
Python Asyncio: The Complete Guide
The “asyncio” module provides functions and objects for developing coroutine-based programs using the asynchronous programming paradigm.
Read more >
Add support to asyncio — Asynchronous I/O #598 - GitHub
Add support to asyncio — Asynchronous I/O. Move blocking code to background thread ( move processors to run on background processing thread ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found