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

Using RxJava with Vert.x #22

Open
jponge opened this issue Sep 8, 2020 · 2 comments
Open

Using RxJava with Vert.x #22

jponge opened this issue Sep 8, 2020 · 2 comments

Comments

@jponge
Copy link
Member

jponge commented Sep 8, 2020

No description provided.

@aesteve
Copy link

aesteve commented Sep 14, 2020

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.

@tsegismont
Copy link
Contributor

tsegismont commented Sep 15, 2020 via email

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