Hystrix和Turbine不适用于Spring Boot 2和Spring Cloud Finchley.M8

Hystrix和Turbine不适用于Spring Boot 2和Spring Cloud Finchley.M8,第1张

Hystrix和Turbine不适用于Spring Boot 2和Spring Cloud Finchley.M8

幸运的是,配置解决了问题,在Spring Boot和Spring Cloud中没有任何错误。非常感谢Josh
Long!在这里,您可以找到带有config的完整项目。 https://github.com/armdev/reactive-spring-
cloud/blob/master/google/src/main/resources/application.properties

server.port=8082spring.application.name=turbinemanagement.endpoint.health.enabled=truemanagement.endpoints.jmx.exposure.include=*management.endpoints.web.exposure.include=*management.endpoints.web.base-path=/actuatormanagement.endpoints.web.cors.allowed-origins=truemanagement.endpoint.health.show-details=alwayseureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8761/eureka}eureka.instance.lease-expiration-duration-in-seconds=5eureka.instance.lease-renewal-interval-in-seconds=5turbine.aggregator.cluster-config=defaultturbine.app-config=googleturbine.cluster-name-expression= new String("default")turbine.combine-host-port=trueturbine.instanceUrlSuffix.default: actuator/hystrix.stream


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5621729.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存