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

Migrate RxJava2 to reactor #3227

Merged
merged 2 commits into from
Jun 22, 2024
Merged

Migrate RxJava2 to reactor #3227

merged 2 commits into from
Jun 22, 2024

Conversation

justin-tay
Copy link
Collaborator

Description

Migrate from RxJava2 to Reactor.

Motivation and Context

As RxJava2 has been EOL it would be good to migrate to something else.

The following options were considered

  • RxJava3
  • Reactor
  • Mutiny

Micronaut had also migrated from RxJava2 to Reactor instead of migrating to RxJava3. This would also align with Spring and reduce having an additional library if the Spring Reactive stack is used. The R2DBC drivers are implemented using Reactor.

How Has This Been Tested?

Added tests and existing tests passed. Also tested with the elide-spring-boot-example.

License

I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@aklish aklish merged commit 00a05e8 into yahoo:master Jun 22, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants