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

fix: stream order #411

Closed thantos closed 1 year ago

thantos commented 1 year ago

Closes #409

Ensures that entity items with the same key are passed to the stream (per item) handler in order they were received.

Rejects all unprocessed IDs on preceding item failure to maintain order.