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

Why use @Async in ClusterWatcherManager #6591

Closed tuwenlin closed 3 months ago

tuwenlin commented 4 months ago

In ClusterWatcherManager use @Async,it looks useless,Because the @ enableAsync annotation was not used. When add @EnableAsync in SpringApplication, The application cannot start, so I want to know why use @Async. image image