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

1.x: enable backpressure with from(Future). #3893

Merged
merged 1 commit into from
Apr 29, 2016

Conversation

akarnokd
Copy link
Member

The from(Future) operator was not refitted for backpressure.

Reported in: #3892.

@JakeWharton
Copy link
Contributor

LGTM 👍

@stevegury
Copy link
Member

👍

@akarnokd akarnokd merged commit d82f1be into ReactiveX:1.x Apr 29, 2016
@akarnokd akarnokd deleted the FromFutureBackpressureFix branch April 29, 2016 21:43
dehora added a commit to dehora/nakadi-java that referenced this pull request Dec 6, 2016
This seemed to have been fixed for Observable.from in
ReactiveX/RxJava#3893, as reported in
https://github.com/ReactiveX/RxJava/issues/3892but it's happening
here. Adding onBackpressureBuffer after switchIfEmpty looks to
help the situation as per this patch

For #100.
dehora added a commit to dehora/nakadi-java that referenced this pull request Dec 6, 2016
This seemed to have been fixed for Observable.from in
ReactiveX/RxJava#3893, as reported in
https://github.com/ReactiveX/RxJava/issues/3892but it's happening
here. Adding onBackpressureBuffer after switchIfEmpty looks to
help the situation as per this patch

For #100.
dehora added a commit to dehora/nakadi-java that referenced this pull request Dec 6, 2016
This seemed to have been fixed for Observable.from in
ReactiveX/RxJava#3893, as reported in
https://github.com/ReactiveX/RxJava/issues/3892but it's happening
here. Adding onBackpressureBuffer after switchIfEmpty looks to
help the situation as per this patch

For #100.
dehora added a commit to dehora/nakadi-java that referenced this pull request Dec 6, 2016
This seemed to have been fixed for Observable.from in
ReactiveX/RxJava#3893, as reported in
https://github.com/ReactiveX/RxJava/issues/3892but it's happening
here. Adding onBackpressureBuffer after switchIfEmpty looks to
help the situation as per this patch

For #100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants