Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.08k stars 4.7k forks source link

@Transactional dont work with @HystrixCommand #1908

Open enhon1992 opened 5 years ago

enhon1992 commented 5 years ago

@Transactional dont work with @HystrixCommand

NaturAlex commented 4 years ago

i meet the same problem with you,have you solve it?