Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanVP committed Dec 26, 2024
1 parent a4d7000 commit 354d618
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,9 @@ return kafka.ErrNonRetriable
```

#### exponential backoff
The exponential backoff algorithm is define like this. You can activate it but setting `ExponentialBackoff` config variable as true
'''$$
retryDuration = durationBeforeRetry * 2^retries
$$
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^retries`$


### Deadletter And Retry topics
Expand Down

0 comments on commit 354d618

Please sign in to comment.