我正在尝试将 Chaos Monkey 与 Spring Boot 一起使用,但出现以下错误。有没有人将它与 spring cloud 和 Hystrix 一起使用来测试后备?无法启动服务器。
Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'chaosMonkeyRequestScope': Requested bean is currently in creation: Is there an unresolvable circular reference?
我正在使用以下版本:
springBootVersion = '2.1.2.RELEASE'
springCloudVersion= "Greenwich.SR3"
"de.codecentric:chaos-monkey-spring-boot:2.1.0"