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.15k
stars
4.71k
forks
source link
Excuse me, if serviceA calls serviceB, (B has two instances, B1 and B2), adding B1 always return a non-200 status code. Is there any way for hystrix to fuse B1 and directly adjust B2? #2025
Excuse me, if serviceA calls serviceB, (B has two instances, B1 and B2), adding B1 always return a non-200 status code. Is there any way for hystrix to fuse B1 and directly adjust B2? (Retry is not considered here because there is a performance problem)
Excuse me, if serviceA calls serviceB, (B has two instances, B1 and B2), adding B1 always return a non-200 status code. Is there any way for hystrix to fuse B1 and directly adjust B2? (Retry is not considered here because there is a performance problem)