vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Dead letter processing for Catchup #106

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

Is your feature request related to a problem? Please describe. When an Event fails for a catchup, it is not written to a parked queue like a persistent subscription.

Describe the solution you'd like Allow the user to pass in a factor / action which will allow them a mechanism of writing the event to persistence.

Describe alternatives you've considered None - i think is is required.

Additional context The Action will need the Event as minimum.

I think this would make a good example as well. Unit test(s) & Integration testing with perhapsin-memory EF database for dead letter?