Resolving Context Loss in Asynchronous openFeign Calls Using RequestContextHolder
This article explains why asynchronous openFeign calls trigger Sentinel fallback due to missing request context, and provides a practical solution that copies the main thread's RequestAttributes into async threads to preserve JWT tokens and other headers.
