Skip to content

Commit

Permalink
fix typo in @CIRCUITBREAKER documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 29, 2024
1 parent 72490a6 commit 4e81bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/reference/circuit-breaker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See xref:howto/multiple.adoc[How to Use Multiple Strategies] for an overview of

If `@Fallback` is used with `@CircuitBreaker`, the fallback method or handler may be invoked if a `CircuitBreakerOpenException` is thrown, depending on the fallback configuration.

If `@Retry` is used with `@RateLimit`, each retry attempt is processed by the circuit breaker as an independent invocation.
If `@Retry` is used with `@CircuitBreaker`, each retry attempt is processed by the circuit breaker as an independent invocation.
If `CircuitBreakerOpenException` is thrown, the execution may be retried, depending on how retry is configured.

[[configuration]]
Expand Down

0 comments on commit 4e81bed

Please sign in to comment.