Skip to main content

Module retry

Module retry 

Source
Expand description

Reconnect/backoff helper shared across source connectors. Retry/backoff helper shared by connectors.

Centralises exponential backoff with jitter so every reconnect path behaves the same way: capped exponent (no shift overflow), capped delay, jittered to break thundering-herd on broker-wide outages.

Structsยง

Backoff
Exponential backoff schedule with jitter and a cap.