TransmittableThreadLocal enhances InheritableThreadLocal to transmit values across threads even when using thread pools, solving context propagation issues.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use TransmittableThreadLocal to propagate a value from main thread to a thread pool task.
Wrap tasks with TtlRunnable.get() or use TtlExecutors.
No dependency data recorded yet.