Hello,
on application startup i’m subscribing with the C# client to all events i’m interested in with $et- using SubscribeToStreamFrom(…).
But in the early stage of the application lifetime not all events are in the event store (like e.g. CustomerDisabled). And i get a CatchUpError with an access denied exception. Not very helpful because i want to subscribe and handle them as soon as such an event is fired.
How can i subscribe to such events?