envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Allow specifying a subscription batch size #197

Closed twe4ked closed 6 years ago

twe4ked commented 6 years ago

Previously we didn't pass through a limit value to EventStore#get_next_from so the event store would use the it's internal default of 1000.

This PR adds a subscription_batch_size option that we pass through to the event store.