Add support for async I/O
See original GitHub issueDepends on: https://github.com/elastic/elasticsearch-py/pull/1203
Should be a fairly similar approach to above.
- Add an
[async]
extra which will installelasticsearch[async]
. - Add
AsyncSearch
,AsyncMultiSearch
, andAsyncUpdateByQuery
classes
Issue Analytics
- State:
- Created 3 years ago
- Reactions:24
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@zikphil I don’t have a timeframe available currently, my guess is in the next few months.