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

Support Async Operations #308

Open
patricioe opened this issue Oct 18, 2011 · 3 comments
Open

Support Async Operations #308

patricioe opened this issue Oct 18, 2011 · 3 comments
Assignees
Milestone

Comments

@patricioe
Copy link
Collaborator

Add the ability to let Hector clients schedule an operation and return a Future object so that they can block waiting for the result further in the path.

Similar approach to what Cassandra does internally.

@ghost ghost assigned patricioe Oct 18, 2011
@ishan
Copy link

ishan commented Dec 12, 2011

Is anybody working on this?

@benalexau
Copy link

Is this being worked on or planned?

@rditerwich
Copy link

I would opt for a listenable async interface, instead of or next to using the standard java futures. Java futures are not composable and pretty useless in a scala environment.

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

4 participants