akka/akka-core

exponential backoff for AtLeastOnce redelivery

Aberta

#19.562 aberto em 21 de jan. de 2016

 (2 comentários) (0 reação) (0 responsável)Scala (3.547 forks)batch import
1 - triagedhelp wantedt:persistence

Métricas do repositório

Stars
 (13.277 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 19h) (10 fundiu PRs em 30d)

Description

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

Guia do colaborador