alibaba / transmittable-thread-local

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
https://github.com/alibaba/transmittable-thread-local
Apache License 2.0
7.62k stars 1.69k forks source link

docs: update "Who used" cases #629

Closed qqxx6661 closed 5 months ago

qqxx6661 commented 5 months ago

add "Who used" cases for Java log record framework log-record

We use TTL for passing log context, transferring the necessary context between user business thread and log processing thread.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.