Skip to content

Clarification of PersistentSubscriptionNakEventAction.Stop  #72

@quorak

Description

@quorak

Hey there,

I'm having a PersistentSubscription and while catching up, I come into the situation, that I cannot process a certain Event. I would like to stop the persistentSubscription at the event where it is and continue at a later point (order is important).

I though subscription.fail(event,PersistentSubscriptionNakEventAction.Stop,'Error in sub service') would be the right choice. But Events keep on bubbeling in and get acknowledged to the eventstore.

I tried all combinations of the PersistentSubscription Settings, but weven with a 1000 Events to catch up, the subscription iterates throuh all of them, no matter how often I call sub.fail... Did I misunderstood the concept ? Any clarification is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions