kafka-connect-mongodb icon indicating copy to clipboard operation
kafka-connect-mongodb copied to clipboard

[feature] exponential backoff for retries

Open hpgrahsl opened this issue 6 years ago • 0 comments

The current behaviour of the connector w.r.t retries is a pretty naive one. It would make a lot of sense to implement an exponential backoff mechanism as a more robust retry policy. Thus all errors for which it is reasonable to have retries in the first place should respect new retry settings that allow for non-linear timeouts, ideally including randomized jitter. Also this new approach to deal with timeouts on retries can/should completely replace what's currently there.

hpgrahsl avatar Nov 20 '18 20:11 hpgrahsl