spring-boot
RequestContextHolder 다른 스레드에서도 사용하는 법 - ThreadLocal
張's blog
2022. 4. 20. 00:36
- RequestContextHolder 다른 스레드에서 사용 https://gompangs.tistory.com/entry/Spring-RequestContextHolder
- async 처리시 로깅을 위해 ThreadLocal, MDC, 그리고 TaskDecorator 를 활용해보자
https://blog.gangnamunni.com/post/mdc-context-task-decorator/
- RequestContextHolder 다른 스레드에서 사용 - TaskDecorator 이용
https://stackoverflow.com/questions/23732089/how-to-enable-request-scope-in-async-task-executor#The%20easiest%20way%20is%20to%20use%20a%20task%20decorator%20like%20this:
- spring-boot 3.x.x ThreadLocal 문제
https://github.com/spring-projects/spring-boot/issues/36763