apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.25k stars 8.77k forks source link

in spring reactive,RootContext is not working #6564

Closed MrWangGang closed 4 months ago

MrWangGang commented 4 months ago

RootContext is working on the threadlocal,but in reactive ,threadlocal cant use

funky-eyes commented 4 months ago

Currently, Seata has no plans to support reactive programming, especially with the advent of virtual threads.