akka/akka-core

exponential backoff for AtLeastOnce redelivery

Aperta

#19.562 aperta il 21 gen 2016

 (2 commenti) (0 reazioni) (0 assegnatari)Scala (3547 fork)batch import
1 - triagedhelp wantedt:persistence

Metriche repository

Star
 (13.277 stelle)
Metriche merge PR
 (Merge medio 8g 19h) (10 PR mergiate in 30 g)

Descrizione

currently it only have redeliverInterval,but with redeliverIntervalFactor ,we could keep the behavior the same as currently by set it default as 1,but we could reduce the overhead when there is a suddenly spike. so if we have the RedeliverInterval = 1s and a redeliverIntervalFactor = 2,then we have 1s,2s,4s...etc

Guida contributor