-
Notifications
You must be signed in to change notification settings - Fork 19
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
Using async-http as a transport #72
Comments
Hi @ioquatix, Thank you, |
Ping. |
1 similar comment
Ping. |
Pong. |
Hi @ioquatix, I've transferred this issue to the new home for Adding support for |
Async::HTTP
is an asynchronous persistent and scalable HTTP client which works very well within the Falcon server.I have been reading https://github.com/elastic/elasticsearch-ruby/blob/master/elasticsearch-transport/README.md#transport-implementations but it's not clear how you achieve thread safety.
Do you use one faraday connection instance per client?
Are you aware of the new hooks to manage life-cycle of persistent connections? e.g.
Faraday::Connection#close
?Do you expose those methods from the client?
Just wondering how best to support elasticsearch.
The text was updated successfully, but these errors were encountered: