Join Slack
Powered by
Anyone using Spring WebFlux + Transaction Manager ...
# spring
r
rodolpho.couto
12/12/2018, 7:21 PM
Anyone using Spring WebFlux + Transaction Manager here? Is it possible to synchronize an atomic transaction between multiple threads?
s
sdeleuze
12/13/2018, 9:25 AM
This is not supported yet, but we are working on that
sdeleuze
12/13/2018, 9:25 AM
You can use
ThreadLocal
with Reactive, it is incompatible by design
sdeleuze
12/13/2018, 9:26 AM
We are working on leveraging Reactor and Coroutines contexts to achieive the same purpose
sdeleuze
12/13/2018, 9:26 AM
Not ready yet
r
rodolpho.couto
12/13/2018, 2:10 PM
Cool, thanks for your answer. Is there any issue or discussion that I can follow? I'm very interested and curious about this solution 😊
5
Views
Open in Slack
Previous
Next