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

Missing onBackpressureBuffer/Drop #5

Closed
benjchristensen opened this issue Aug 21, 2014 · 5 comments
Closed

Missing onBackpressureBuffer/Drop #5

benjchristensen opened this issue Aug 21, 2014 · 5 comments
Assignees

Comments

@benjchristensen
Copy link
Member

RxScala is missing the onBackpressure operators. We should get these added here and in RxJava 0.20.x.

In the meantime code can drop down to the underlying Java Observable using https://github.com/ReactiveX/RxScala/blob/master/src/main/scala/rx/lang/scala/JavaConversions.scala

@zsxwing
Copy link
Member

zsxwing commented Aug 21, 2014

@benjchristensen I have already done this one in my repo. Do you think if I need to wait for the new build script?

@zsxwing zsxwing self-assigned this Aug 21, 2014
@benjchristensen
Copy link
Member Author

You can go ahead and start working on this code base. We just can't do releases yet.

Changes like this one should also be submitted to the RxJava 0.20.x branch where I can still do releases on the com.netflix.rxjava groupId with the old build and release system. If you do that I'll release 0.20.1 shortly as I have another bug I need to fix as well.

@zsxwing
Copy link
Member

zsxwing commented Aug 22, 2014

onBackpressureBuffer/Drop is added in ReactiveX/RxJava#1623

@headinthebox
Copy link
Contributor

@zsxwing Trapped inside the tarpit now, will take a look over the weekend.

@zsxwing
Copy link
Member

zsxwing commented Aug 31, 2014

Close as already added in ReactiveX/RxJava#1623

@zsxwing zsxwing closed this as completed Aug 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants