You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: