commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.06k stars 146 forks source link

Fix issue with concurrent subscription partitioning #162

Closed slashdotdash closed 5 years ago

slashdotdash commented 5 years ago

Ensure events are distributed to subscribers by partition key. Ensure each acknowledged event is an expected in-flight event during subscription ack.