Hi,
is there a way of reading all events of a certain stream type? I’m looking for something like the
StreamFilter.Prefix
possibility for e.g.
SubscribeToAllAsync
If I’m not mistaken there is no wildcard
eventStoreClient.ReadStreamAsync(Direction.Forwards, "Client-*", StreamPosition.Start);
Thanks
Dani