python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Quarkus Mutiny and Imperitave vs Reactive
TL;DR: which is more pattern? Using Mutiny + Imperative resteasy, or just use Reactive resteasy?
My understanding is Mutiny allows for me to pass Quarkus a longer running action, and have it handle th...
Snappawapa
Votes: 0
Answers: 1
How to run event sequentially in Mutiny
I am using the Mutiny library within the Quarkus framework in Java 11.
I am wonderring which is the best way of running several events sequentially by storing them into a Multi object. I am going to d...
A.Casanova
Votes: 0
Answers: 1
Kafka Consumer stopped consuming messages from topic. We are using SmallRye Reactive Messaging connector to fetch records
Kafka Consumer stopped consuming messages from kafka topic. We are using SmallRye Reactive Messaging connector to fetch records.
When we enabled trace mode for Kafka logs we are getting below trace me...
mayur_mitkari
Votes: 0
Answers: 0
quarkus @ObservesAsync invoke Uni
What's the best way to invoke Uni in an async observer? It would be great if I could just return Uni but unfortunately that doesn't work.
void observe(@ObservesAsync MyEvent event) {
Uni<Object...
3zmo
Votes: 0
Answers: 1