akka/akka-core

exponential backoff for AtLeastOnce redelivery

オープン

#19,562 opened on 2016/01/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantedt:persistence

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

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

コントリビューターガイド