jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

Catchup filter and batch size #168

Closed jonsequitur closed 7 years ago

jonsequitur commented 7 years ago

This fixes a bug in batch size reporting (expected number of events didn't account for the batch size) and it adds support for specifying an additional filter to ReadModelCatchup<T>'s query.