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

Consider pulling AsyncLightblueClient into lightblue-client from esbtools/event-handler #307

Open
alechenninger opened this issue Jul 12, 2016 · 0 comments

Comments

@alechenninger
Copy link
Contributor

See esbtools/event-handler#57

Basically, to more efficiently process batches of events, we have an asynchronous client interface with an implementation which lazily performs all requests so they can be batched together in one call. I talked about with @jewzaam about this a few weeks ago and he suggested moving it to the lightblue client library since it is pretty general purpose.

Other implementations could use a thread pool, or whatever.

I don't expect many use cases where this would be essential though since most Java applications are handling requests within a preexisting thread pool. But it is useful for different concurrency models, like batch jobs.

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

1 participant