Skip to content
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

Asynchronous Requests #25

Open
FrEaKmAn opened this issue Nov 18, 2014 · 3 comments
Open

Asynchronous Requests #25

FrEaKmAn opened this issue Nov 18, 2014 · 3 comments

Comments

@FrEaKmAn
Copy link
Contributor

Hi

If I'm not mistaken, this library uses HttpClient, but it could also use https://hc.apache.org/httpcomponents-asyncclient-dev/ to support async requests.

Are there any plans to support async?

@jsabin
Copy link
Contributor

jsabin commented Aug 1, 2015

Currently no plans to implement this. What are the specific use cases you are interested in? Are you mostly interested in reducing the number of connections to Kairos?

@martin-g
Copy link

I think the desired behavior of using async client is to not block the application while writing to the external system (Kairos).
A workaround at the moment is to make the calls in a custom thread pool.

@jsabin
Copy link
Contributor

jsabin commented Mar 26, 2018

We don't currently have plans to implement an async client. We don't currenlty have the bandwidth to do the work. Its a great idea but as pointed out a simple solution is to use a pool of threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants