legzo
02/22/2019, 9:50 AMThreadLocal
.
I saw that kotlinx.coroutines.slf4j
introduces MDCContext()
and that, this way, you can launch some coroutines passing them MDC data. But is there a way I can use it to propagate my MDC data to the underlying OkHttp calls ?mp
02/22/2019, 2:07 PMSergey Bondari
02/22/2019, 6:38 PMlegzo
03/04/2019, 12:08 PM