You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does using coroutines pair with ThreadLocal variables used in Spring? Transactionality, security, MDC etc? What is the best approach to deal with that?
The text was updated successfully, but these errors were encountered:
I would be interested to hear @konrad-kaminski thoughts on this as well.
IMO Coroutines main advantage is to allow leveraging a Reactive/Async core via imperative programming. That's why I focus on WebFlux support as part of spring-fu experiment and bridging Coroutines context with Reactor context. That should allow us to take advantage of security and upcoming transactional Reactive support.
How does using coroutines pair with ThreadLocal variables used in Spring? Transactionality, security, MDC etc? What is the best approach to deal with that?
The text was updated successfully, but these errors were encountered: