Skip to content

Commit f250f53

Browse files
committed
name property explained
1 parent 5726b19 commit f250f53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ It supports the 5 states:
1414

1515
The following Resilience4j configuration properties are supported.
1616
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].
1718

1819
| Config property | Default Value | Special Values |
1920
| ------------- | ------------- | --------|
21+
| name | | |
2022
| failureRateThreshold | 50 | If set to 0, breaker will ignore failures |
2123
| slowCallRateThreshold | 100 | If set to 0, breaker will ignore slow calls |
2224
| slowCallDurationThreshold | 60000 [ms] | If set to 0, breaker will ignore slow calls |

0 commit comments

Comments
 (0)