micronaut-projects / micronaut-core

Micronaut Application Framework
http://micronaut.io
Apache License 2.0
6.03k stars 1.05k forks source link

Consider supporting Mutiny #7628

Open sdelamo opened 2 years ago

sdelamo commented 2 years ago

I think we should consider supporting Mutiny with a new module as we do for

Advantages:

dstepanov commented 2 years ago

Hibernate Reactive provides a two reactive APIs:

Micronaut Data Hibernate Reactive is using only CompletionStage so no Mutiny dependency is needed

msgilligan commented 1 year ago

One nice thing about Mutiny is that it uses java.util.concurrent.Flow and eliminates the reactive-streams.org dependency.