We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5726b19 commit f250f53Copy full SHA for f250f53
README.md
@@ -14,9 +14,11 @@ It supports the 5 states:
14
15
The following Resilience4j configuration properties are supported.
16
maxDurationOpenInHalfOpenState is a new property described in the sample code paragraph.
17
+name is a new property that is used for logging purpose. If specified, each line is prefixed by [name].
18
19
| Config property | Default Value | Special Values |
20
| ------------- | ------------- | --------|
21
+| name | | |
22
| failureRateThreshold | 50 | If set to 0, breaker will ignore failures |
23
| slowCallRateThreshold | 100 | If set to 0, breaker will ignore slow calls |
24
| slowCallDurationThreshold | 60000 [ms] | If set to 0, breaker will ignore slow calls |
0 commit comments