Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Created February 3, 2022 03:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wenqiglantz/8d7df59c08d082d8235fe1062fe75620 to your computer and use it in GitHub Desktop.
Save wenqiglantz/8d7df59c08d082d8235fe1062fe75620 to your computer and use it in GitHub Desktop.
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