You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While much of Quarkus supports Kotlin coroutines, some core extensions still do not (e.g. SmallRye Fault Tolerance and Cache).
When somebody attempts to use these extensions there is no place to check on it's compatibility with coroutines and is basically left to "try it". Many times the failures are not obviously due to coroutines and can lead the user on a bug hunt only to find out it's because they are using an incompatible extension.
The compatibility of extensions with coroutines should be documented someplace.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
While much of Quarkus supports Kotlin coroutines, some core extensions still do not (e.g. SmallRye Fault Tolerance and Cache).
When somebody attempts to use these extensions there is no place to check on it's compatibility with coroutines and is basically left to "try it". Many times the failures are not obviously due to coroutines and can lead the user on a bug hunt only to find out it's because they are using an incompatible extension.
The compatibility of extensions with coroutines should be documented someplace.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: