Configurable Retry Mechanism.
Opened this issue · 0 comments
durutheguru commented
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