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
A repro app has been provided that is supposed to replicate the following issues when using both the kotlin coroutines and micronaut extension modules:
NullPointerException when using R2DBC
Unknown distributed trace
Please refer to the repro app repository for full details.
UPDATE
The NullPointerException was resolved with the updated coroutines extension module.
The unknown distributed trace seems to be caused by netty and is related to http2 classes that are used.
obenkenobi
changed the title
Diagnose cause of issues from using the Micronaut and Kotlin Coroutines extension modules
"Unknown" distributes and transaction traces coming from Netty
Oct 25, 2024
A repro app has been provided that is supposed to replicate the following issues when using both the kotlin coroutines and micronaut extension modules:
Please refer to the repro app repository for full details.
UPDATE
The NullPointerException was resolved with the updated coroutines extension module.
The unknown distributed trace seems to be caused by netty and is related to http2 classes that are used.
Possibly relates to #2160
The text was updated successfully, but these errors were encountered: