Does quarkus-mutiny depends on Vert.x under the hood? #30550
-
Hi, I'm new to Quarkus and i'm currently exploring all reactive libraries and their possibilities.
So i'm trying to connect the dots between Quarkus, Vert.x, Mutiny and the Vert.x Mutiny bindings. I hope someone can help me to clarify this a bit. Thanks in advance! Peter |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
/cc @cescoffier (mutiny), @jponge (mutiny) |
Beta Was this translation helpful? Give feedback.
-
Mutiny is a reactive programming library. Vert.x is a reactive stack. They are not related.... but :-D To use the reactive model efficiently, you need a way to write asynchronous/non-blocking code: Mutiny. See: https://quarkus.io/guides/quarkus-reactive-architecture |
Beta Was this translation helpful? Give feedback.
Mutiny is a reactive programming library. Vert.x is a reactive stack. They are not related.... but :-D
To use the reactive model efficiently, you need a way to write asynchronous/non-blocking code: Mutiny.
See: https://quarkus.io/guides/quarkus-reactive-architecture