mutiny Questions

2

Solved

I checked the docs and stackoverflow but didn't find exactly a suiting approach. E.g. this post seems very close: Dispatch a blocking service in a Reactive REST GET endpoint with Quarkus/Mutiny How...
Coumarin asked 22/2, 2022 at 10:38

2

Solved

I have a chain of Async and Sync method invocation on Mutiny's Uni, some methods are a long-running process with return type void. What is the proper way of invoking/calling them without blocking d...
Baseline asked 14/3, 2021 at 15:31

2

Solved

I would like to test a simple polling example from https://smallrye.io/smallrye-mutiny/guides/polling and poll the data of a service into a Kafka stream. This is a simplified example of a class I w...
Hickman asked 4/11, 2021 at 8:6

1

Solved

We started a new project with Quarkus and Mutiny, and created a bunch of endpoints with Quarkus @Funq, everything has been working fine so far. Now we want to process something very time-consuming ...
Athena asked 24/9, 2021 at 22:30

1

Solved

After implementing a Reactive REST GET endpoint with Quarkus / Mutiny using a callback structure and checking the variant with a blocking service i finally played with a CompletionStage / Completab...
Langlois asked 10/4, 2021 at 19:41

1

Solved

Lately i've implemented a Reactive REST GET endpoint with Quarkus/Mutiny using a callback structure; Connect MyRequestService to Reactive REST GET endpoint with Quarkus/Mutiny After finishing, I wa...
Wheelman asked 4/4, 2021 at 18:26

1

Solved

Last week i had my first 👊✨💪 rounds with the Mutiny library because i needed a Reactive REST endpoint in my Quarkus project. This was not as obvious as it sounds so i thought i'll share my new in...
Ribbonfish asked 23/3, 2021 at 10:43
1

© 2022 - 2024 — McMap. All rights reserved.