sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

Add "batch" operation to Entity stream #363

Closed sam-goodwin closed 1 year ago

sam-goodwin commented 1 year ago

It should be possible to enable batch behavior on entities. Being forced to use per-item concurrency is not acceptable in many stream use-cases, like replicating data to another data base. It is important to use batch write operations for performance.