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

Bulkhead property 'maxConcurrentCall' should instead be 'maxConcurrentCalls' #12

Closed garysteinmetz closed 5 years ago

garysteinmetz commented 5 years ago

https://github.com/resilience4j/resilience4j-spring-boot2-demo/blob/877371003dd84fd629d79b6b2c7f8f9e18afd3c1/src/main/resources/application.yml#L76

Reference - https://github.com/resilience4j/resilience4j/blob/master/resilience4j-framework-common/src/main/java/io/github/resilience4j/common/bulkhead/configuration/BulkheadConfigurationProperties.java#L26