empty edit

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-04-05 18:33:19 -05:00
parent c846977c6b
commit a0b4c0e869
1 changed files with 2 additions and 1 deletions

View File

@ -114,13 +114,14 @@ When using a `circuitBreaker` policy, you can specify whether circuit breaking s
- An individual actor ID. - An individual actor ID.
- All actors across the actor type. - All actors across the actor type.
- Both. - Both.
Specify `circuitBreakerScope` with values `id`, `type`, or `both`. Specify `circuitBreakerScope` with values `id`, `type`, or `both`.
You can specify a cache size for the number of circuit breakers to keep in memory. Do this by specifying `circuitBreakerCacheSize` and providing an integer value, e.g. `5000`. You can specify a cache size for the number of circuit breakers to keep in memory. Do this by specifying `circuitBreakerCacheSize` and providing an integer value, e.g. `5000`.
Example Example
```yaml ```yaml
spec: spec:
targets: targets: