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
I'm using this project for contextual logging and it works fine in most cases, however my stack is based on Kotlin and Coroutines.
Most of the time the context data is correct, but there are cases where the data gets mixed up with other context data.
I did not yet succeed in building a reproducer since it only seems to happen in complex call chains under some load.
However I assume a fix would be by using Kotlins CoroutineContext instead of Vertx' ContextInternal as described for Open Tracing.
Are there plans to support coroutines?
Best regards
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using this project for contextual logging and it works fine in most cases, however my stack is based on Kotlin and Coroutines.
Most of the time the context data is correct, but there are cases where the data gets mixed up with other context data.
I did not yet succeed in building a reproducer since it only seems to happen in complex call chains under some load.
However I assume a fix would be by using Kotlins CoroutineContext instead of Vertx' ContextInternal as described for Open Tracing.
Are there plans to support coroutines?
Best regards
The text was updated successfully, but these errors were encountered: