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

详解 hystrix-go Command 配置参数 - 漫步云端 #7

Open
mbyd916 opened this issue Dec 30, 2019 · 0 comments
Open

详解 hystrix-go Command 配置参数 - 漫步云端 #7

mbyd916 opened this issue Dec 30, 2019 · 0 comments

Comments

@mbyd916
Copy link
Owner

mbyd916 commented Dec 30, 2019

https://blog.marvel6.cn/2019/12/hystrixgo-command-config-introduction/

hystrix 是 Netflix 开源的一个非常强大的熔断降级组件, 用 Java 实现, 而 hystrix-go 是其 Go 版本的一个实现。本文主要介绍 Command 配置涉及的 5 个参数。 CommandConfig 结构体如下: type CommandConfig struct { Timeout int json:"timeout" MaxConcurrentRequests

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

No branches or pull requests

1 participant