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

2.0 Design: ReactiveX Design Guidelines and Contract #2781

Closed
benjchristensen opened this issue Feb 28, 2015 · 2 comments
Closed

2.0 Design: ReactiveX Design Guidelines and Contract #2781

benjchristensen opened this issue Feb 28, 2015 · 2 comments

Comments

@benjchristensen
Copy link
Member

The Rx Design Guidelines posted by Microsoft is out of date and does not correctly represent RxJava. We need to update or rewrite it to match the evolution over the past couple years, such as the addition of backpressure.

Related: #981 and ReactiveX/reactivex.github.io#14

cc @headinthebox @mattpodwysocki @jhusain as we would preferably do this across RxJS, Rx.Net, etc. However, if we can't reach consensus, RxJava will stick closer to Reactive Streams and j.u.c.Flow which is targeting Java 9 and based on Reactive Streams. This is because interop within the JVM ecosystem is more important than between languages. This is similar to how ES7 is evolving an "Observable" that has the necessary semantics but differs significantly from .Net and Java.

@benjchristensen
Copy link
Member Author

This is required to achieve #2450

This was referenced Feb 28, 2015
@akarnokd akarnokd modified the milestones: 2.0 RC 1, 2.0 Jun 22, 2016
@akarnokd akarnokd modified the milestones: 2.0 RC 2, 2.0 RC 1 Aug 25, 2016
@akarnokd akarnokd modified the milestones: 2.0 RC 3, 2.0 RC 2 Sep 5, 2016
@akarnokd akarnokd modified the milestones: 2.0, 2.0 RC 3 Sep 23, 2016
@akarnokd akarnokd modified the milestones: 2.0 backlog, 2.0 Oct 25, 2016
@akarnokd akarnokd added the 2.x label Nov 12, 2016
@akarnokd
Copy link
Member

There is a design document here: https://github.com/ReactiveX/RxJava/blob/2.x/DESIGN.md with mostly up-to-date descriptions.

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