Open sdelamo opened 2 years ago
Hibernate Reactive provides a two reactive APIs:
Micronaut Data Hibernate Reactive is using only CompletionStage
so no Mutiny dependency is needed
One nice thing about Mutiny is that it uses java.util.concurrent.Flow
and eliminates the reactive-streams.org dependency.
I think we should consider supporting Mutiny with a new module as we do for
Advantages: