gpt4 book ai didi

hystrix - 关闭 Hystrix 功能

转载 作者:行者123 更新时间:2023-12-02 00:15:43 28 4
gpt4 key购买 nike

我正在将 Hystrix 集成到应用程序中。该应用程序已经投入生产,在将其投入生产之前,我们将在沙箱中测试 hystrix 集成工作。我的问题是有没有办法使用某些配置设置来打开/关闭 hystrix 功能?

最佳答案

对此没有单一的设置。您需要设置多个参数才能禁用 Hystrix。

参见https://github.com/Netflix/Hystrix/wiki/Configuration对于配置选项:

hystrix.command.default.execution.isolation.strategy=SEMAPHORE
hystrix.command.default.execution.isolation.semaphore.maxConcurrentRequests=100000 # basically 'unlimited'
hystrix.command.default.execution.timeout.enabled=false
hystrix.command.default.circuitBreaker.enabled=false
hystrix.command.default.fallback.enabled=false

请仔细检查您的 Hystrix 版本以获取可用参数。

关于hystrix - 关闭 Hystrix 功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36090935/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com