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