This is a standalone configuration type, prefix from configuration root: fault-tolerance.bulkheads
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Flag to enable metrics for this instance. The value of this flag is
combined with the global config entry
io.helidon.faulttolerance.FaultTolerance.FT_METRICS_DEFAULT_ENABLED.
If either of these flags is |
|
int |
|
Maximal number of parallel requests going through this bulkhead. When the limit is reached, additional requests are enqueued. |
|
int |
|
Maximal number of enqueued requests waiting for processing. When the limit is reached, additional attempts to invoke a request will receive a BulkheadException. |