konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Using spring-kotlin-coroutine with opentracing #43

Open emersonborges opened 5 years ago

emersonborges commented 5 years ago

Opentracing use ThreadLocal to save the tracing scope, how to share it between coroutines using this lib? Any suggestion?