gpt4 book ai didi

spring - 非 spring boot 应用程序中的 hystrix @EnableCircuitBreaker

转载 作者:行者123 更新时间:2023-12-04 03:12:48 25 4
gpt4 key购买 nike

我有一个基于应用程序上下文 xml 文件的简单 spring 项目(非 spring 引导)。我如何为我的客户端使用 EnableCircuitBreaker,以便在我的 RestTemplate 中使用 hystrix 命令进行回退。

最佳答案

@EnableCircuitBreaker  

是 Spring Cloud 项目的一部分。它为某些注释寻找某些类/方法来进行一些设置。但是您完全可以在不使用 spring cloud(spring boot) 的情况下使用 Netflix hystrix。

您需要扩展 HystrixCommand 类以提供断路器功能。
查看他们的 github 页面。它有很多细节。
https://github.com/Netflix/Hystrix/wiki/Getting-Started

关于spring - 非 spring boot 应用程序中的 hystrix @EnableCircuitBreaker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43655063/

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