You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add (optional) collection identifier to records going into the store. (……#39)
* Increment the necessary fields to retry for in memory store
* Use named consts instead of magic numbers
* Add collection as a better way to organize multiple retries in one repo
Add flag to remove need to ack (#37)
* Split the ack and non-ack styles into separate classes.
Co-authored-by: Phil Story <mtps@users.noreply.github.com>
Retry bugfixes (#35)
* Update retry store to separate out update and add and remove mutator. Leave the retry attempt increment up to the flow processor.