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
Describe the bug
I have CallID Ktor plugin installed, it sets correct MDC for SLF4J, but it is lost during actual service logic (that probably means that it is called in different than transport coroutine context)
To Reproduce
Kotlin version - 2.0.10
Gradle version - 8.8
OS (Or at least KMP platform) - mac os sonoma
Kotlin RPC version - 0.2.4
Steps to reproduce the behavior:
Describe the bug
I have CallID Ktor plugin installed, it sets correct MDC for SLF4J, but it is lost during actual service logic (that probably means that it is called in different than transport coroutine context)
To Reproduce
Kotlin version - 2.0.10
Gradle version - 8.8
OS (Or at least KMP platform) - mac os sonoma
Kotlin RPC version - 0.2.4
Steps to reproduce the behavior:
Actual behavior
You see
MDC: null
in consoleExpected behavior
You see
MDC: {callId=test}
in consoleAdditional context
Link to a small slack discussion: https://kotlinlang.slack.com/archives/C072YJ3Q91V/p1730721325535899
The text was updated successfully, but these errors were encountered: