Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hujf2 opened this issue Feb 23, 2022 · 2 comments

Comments

@hujf2
Copy link

hujf2 commented Feb 23, 2022

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)

@ThinkingMan007
Copy link

ThinkingMan007 commented Feb 23, 2022 via email

@www147258
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants