Hystrix icon indicating copy to clipboard operation
Hystrix copied to clipboard

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?

Open hujf2 opened this issue 3 years ago • 2 comments
trafficstars

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)

hujf2 avatar Feb 23 '22 15:02 hujf2

好的,我已收到。

ThinkingMan007 avatar Feb 23 '22 15:02 ThinkingMan007

在上报中扩展HystrixCommandKey, 默认HystrixCommandKey是由服务名+类名+方法名 你可以扩展到服务名+服务实例名+类名 + 方法名

www147258 avatar Apr 12 '23 03:04 www147258