@Fallback
strategy seems not to work with Kotlin coroutines and additional exception in method signature
#828
Milestone
Hi.
I am trying to adjust my Kotlin code to use "coroutines" while still defining a
@Fallback
method:The following fallback method signature works as expected:
However, if I add an
Exception
like documented in the Fallback Methods with Exception Parameter:
I get a
java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
error:I am again overseeing something obvious in the documentation?
io.smallrye:smallrye-fault-tolerance-kotlin
is on the classpath.I am using Quarkus version 3.0.3 and smallrye-fault-tolerance 6.2.2.
Without Kotlin coroutines the fallback method with additional Exception in the signature work as expected.
The text was updated successfully, but these errors were encountered: