durutheguru/cdc-connector-lib

Configurable Retry Mechanism.

Opened this issue · 0 comments

What

  • there needs to be a mechanism to retry events.
  • retry processing should be configurable
  • possible configurations

retry indefinitely
retry until max then store in dead letter
retry until max then discard

Why

  • retry logic is currently not well coordinated. can be better