Created
February 3, 2022 03:20
-
-
Save wenqiglantz/8d7df59c08d082d8235fe1062fe75620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resilience4j.circuitbreaker: | |
instances: | |
customer-service: | |
failureRateThreshold: 50 | |
minimumNumberOfCalls: 10 | |
slidingWindowType: TIME_BASED | |
slidingWindowSize: 10 | |
waitDurationInOpenState: 50s | |
permittedNumberOfCallsInHalfOpenState: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment