Anyone using Spring WebFlux + Transaction Manager ...
# spring
r
Anyone using Spring WebFlux + Transaction Manager here? Is it possible to synchronize an atomic transaction between multiple threads?
s
This is not supported yet, but we are working on that
You can use
ThreadLocal
with Reactive, it is incompatible by design
We are working on leveraging Reactor and Coroutines contexts to achieive the same purpose
Not ready yet
r
Cool, thanks for your answer. Is there any issue or discussion that I can follow? I'm very interested and curious about this solution 😊