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?
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?