-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for async I/O #1355
Comments
@sethlarson Any timeframe for implementation? |
@zikphil I don't have a timeframe available currently, my guess is in the next few months. |
Would be great to have this |
Agreed, this is something I'm looking forward to |
Yeah It would be great. Looking forward to use this in my projects. |
When finish? |
elastic/elasticsearch-py#1230 looks like it's all merged? |
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. |
Done in #1714, will be part of 8.13 soon. Thanks for your patience! |
Depends on: elastic/elasticsearch-py#1203
Should be a fairly similar approach to above.
[async]
extra which will installelasticsearch[async]
.AsyncSearch
,AsyncMultiSearch
, andAsyncUpdateByQuery
classesThe text was updated successfully, but these errors were encountered: