EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
138 stars 38 forks source link

add filtering to non-subscription reads of $all #278

Closed NikodemMazur closed 5 months ago

NikodemMazur commented 5 months ago

Added: an EventStore.Client.EventStoreClient.ReadAllAsync(...) overload accepting IEventFilter.

The change is to use EventStore/EventStore#3133

It'd be great to have this feature available.

If something is out of ordinary let me know :)

NikodemMazur commented 5 months ago

Thanks for the review and workaround suggestion, @josephcummings! I've applied the changes as advised. Let me know if any other adjustments are needed.