msemys/esjc

CatchupSubscriptions: How to handle deleted streams when reading from a category stream

Opened this issue · 0 comments

Hi,

I'm trying to read from a category projection $ce-something using a CatchupSubscription. The connection to EventStore has non-admin priviledges. Thus, the subscription crashes with an AccessDeniedException when streams with events belonging to the category are deleted.

Is there any way to prevent that from happening?