Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanVP committed Dec 26, 2024
1 parent 2200f59 commit d256058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ return kafka.ErrNonRetriable
#### exponential backoff
The exponential backoff algorithm is define like this. You can activate it but setting `ExponentialBackoff` config variable as true. This configuration is useful in case of infinite retry configuration

$`retryDuration = durationBeforeRetry * 2<sup>retries</sup>`$
$`retryDuration = durationBeforeRetry * 2{retries}`$


### Deadletter And Retry topics
Expand Down

0 comments on commit d256058

Please sign in to comment.