heetch / felice

Felice is a nascent, opinionated Kafka library for Go, in Go
MIT License
20 stars 1 forks source link

Make Consumer.RetryInterval increase exponentially #29

Closed tealeg closed 5 years ago

tealeg commented 5 years ago

As we're continuously retrying the called to HandleMessage, (and in most cases it won't succeed until a human intervenes) it would be nice to be less aggressive about retrying. It was suggested that we increase the RetryInterval exponentially.