sdeleuze
10/13/2020, 5:09 PMgmariotti
10/14/2020, 7:17 PMThreadLocal
(like it happens with Webflux and Reactor)sdeleuze
10/15/2020, 9:31 AMDeferredResult
but ThreadLocal
should be fine for some use cases and not for others. could you share more about your use cases?gmariotti
10/15/2020, 9:40 AMThreadLocal
to make it simple. The only extension is for the WebClient using the subscriberContext
. I’d like for us to use coroutines, but before doing it I need to understand how much work it would take us, and how many of our libraries we can keep using or we have to rewritesdeleuze
10/16/2020, 7:25 AMThreadlocal
are setup and cleaned via filters, see for example RequestContextHolder
and LocaleContextHolder
.gmariotti
10/16/2020, 7:58 AMsdeleuze
10/16/2020, 8:05 AMgmariotti
10/16/2020, 8:07 AM