akka/akka-core

exponential backoff for AtLeastOnce redelivery

开放

#19,562 创建于 2016年1月21日

 (2 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
1 - triagedhelp wantedt:persistence

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

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

贡献者指南