io.helidon.faulttolerance.Bulkhead
Description
Bulkhead configuration bean
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
limit | Integer | 10 | Maximal number of parallel requests going through this bulkhead |
enable-metrics | Boolean | false | Flag to enable metrics for this instance |
queue-length | Integer | 10 | Maximal number of enqueued requests waiting for processing |
Usages
See the manifest for all available types.