Move from RxJava3 to Reactor
Closed this issue · 0 comments
loicgreffier commented
Currently, schema and connector reactive APIs are implemented with RxJava3 since Micronaut 2.
As Micronaut 3 comes with Reactor (https://micronaut.io/2021/08/18/micronaut-framework-3-released/), it should be the preferred way to implement reactive APIs.