mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
245 stars 55 forks source link

Trace ID is not propagated in async mode #23

Closed mkopylec closed 8 years ago

mkopylec commented 8 years ago

Trace ID is not visible in executors threads, because it is kept in ThreadLocal field.

mkopylec commented 8 years ago

Done