Skip to content

Scalar Asynchronous HystrixCommand #602

Open
@mattrjacobs

Description

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

Activity

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions