-
Notifications
You must be signed in to change notification settings - Fork 2
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
Using RxJava with Vert.x #22
Comments
A frequent (honest, naive & completely normal) question: what does RxJava offers that Futures don't? Since Futures are composable through I think:
Could really help a lot of people getting into it. At least I truly missed that on concrete examples when first reading about RxJava. |
Thanks for sharing your thoughts !
Le lun. 14 sept. 2020 à 17:02, Arnaud Esteve <notifications@github.com> a
écrit :
… A frequent (honest, naive & completely normal) question: what does RxJava
offers that Futures don't?
Since Futures are composable through map / flatMap, sometimes it can be
tedious to get a glimpse of what RxJava could bring to the party.
I think:
- "Infinite Stream of events" (i.e. an Observable not created from a
finite fromIterable)
- Backpressure examples with different strategies
- Buffering / Windowing
- The "Recover pattern"
Could really help a lot of people getting into it. At least I truly missed
that on concrete examples when first reading about RxJava.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALOLNSP5BNBHCJ4HRGRU5DSFYV7ZANCNFSM4RAFYN2Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: