试图解决空轮机问题。我考虑过turbine spring sample,而我选择了as a basis。基础使用spring-boot-starter-parent
1.5.4.RELEASE
,spring-cloud-dependencies
Dalston.SR1
并提供工作流(hystrix \ turbine)。
我已经使用spring-boot-starter-parent
2.1.4.RELEASE
和spring-cloud-dependencies
Greenwich.RELEASE
对其进行了升级。我在文档中检测到如何配置hystrix
流和turbine
流。但是我只能使用hystrix流。
如何使turbine
流为Greenwich.RELEASE
工作?
Greenwich.RELEASE
的涡轮是否需要AMQP?
我错过了配置方面的其他东西吗?
My version of example is on git。并将涡轮机作为我的experiment的一部分。
Solution that was proposed before不适用于我的情况,因为我猜想是不同的spring boot版本(以及spring-cloud-dependencies)。