DomainBlocks / domain-blocks

A suite of libraries to assist with domain-driven design when using event sourcing
MIT License
4 stars 1 forks source link

fix: fix paging when reading events from SqlStreamStoreEventsRepository. #64

Closed daniel-smith closed 2 years ago

daniel-smith commented 2 years ago

The previous logic around paging was broken.

Also: Decrease default page size to 600, which is more performant with postgres.

This should be merged into develop after #63.