resilience4j / resilience4j-spring-boot2-demo

A Spring Boot 2 demo which shows how to use the Resilience4j Spring Boot 2 Starter
Apache License 2.0
254 stars 190 forks source link

Wrong name in circuit breaker properties in application.yml #6

Closed debop closed 5 years ago

debop commented 5 years ago

circuit breaker configuration property key

waitDurationInOpenState not exists should change to waitDurationInOpenStateMillis

then circuit breaker test is worked

RobWin commented 5 years ago

Yes, that's a change which happened in 0.16.0-SNAPSHOT when we merged the config classes from Spring Boot and Ratpack. I think we will revert it to waitDurationInOpenState.

RobWin commented 5 years ago

Should be fixed now with the latest SNAPSHOT version.