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

Scalar Asynchronous HystrixCommand #602

Open
mattrjacobs opened this issue Feb 3, 2015 · 3 comments
Open

Scalar Asynchronous HystrixCommand #602

mattrjacobs opened this issue Feb 3, 2015 · 3 comments

Comments

@mattrjacobs
Copy link
Contributor

See #315 for history.

We already have HystrixCommand<T>, which is synchronous and scalar, and HystrixObservableCommand<T>, which is asynchronous and streaming.

We should add an asynchronous, scalar command as well.

Possible names:

  • HystrixFutureCommand
  • HystrixAsyncCommand

This will rely on a (as-yet-undefined) scalar rx.Observable, tracked here: ReactiveX/RxJava#1594

@mattrjacobs mattrjacobs added this to the 1.5 milestone Feb 3, 2015
@mattrjacobs
Copy link
Contributor Author

Also see #321

@mattrjacobs mattrjacobs removed this from the 1.5.x milestone Aug 3, 2015
@mattrjacobs
Copy link
Contributor Author

RxJava 1.0.13 now includes rx.Single, so this work should be unblocked

@brunoalmeida-fairtiq
Copy link

What about CompletableFuture or a CompletionStage? That way, you can just base this on the universal Java API

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

2 participants