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

Reorginze *Reactive Programming* tree #10

Open
hantsy opened this issue Jul 14, 2024 · 0 comments
Open

Reorginze *Reactive Programming* tree #10

hantsy opened this issue Jul 14, 2024 · 0 comments

Comments

@hantsy
Copy link

hantsy commented Jul 14, 2024

The reactive streams define the spec, but Java 9 copies the Java API into its java.util.concurrent.Flow, the content is the same, but the package name is different.

The popular libs that implement Reactive Streams spec include:

  • Reactor -> Spring WebFlux supports it by default, also supports others. The Mono&Flux is just reactor-specific APIs
  • RxJava3 -> Vertx, Micronaut supports it.
  • SmallRye Mutiny -> Quarkus supports it by default, also supports rxjava3, etc.

Java Flow(since Java 9) -> Including a simple Publisher implementation, the newest SmallRye Munity switches to Java Flow API.

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

1 participant