redux-eventstore icon indicating copy to clipboard operation
redux-eventstore copied to clipboard

Make an easy way to perform side effects in response to events

Open camjackson opened this issue 8 years ago • 2 comments

Something like redux thunk, but triggered by events read off the stream

camjackson avatar Oct 03 '16 22:10 camjackson

The basic middleware has been written, but it's not exported yet.

Right now, I still have too many questions about how it should be used. E.g., what if you only want one stream subscriber to perform a side effect (competing consumers)? What about when you restart a server and you don't want it to redo all historical side effects?

I don't want to actually export the middleware until it has meaningful docs around how to use it and how to solve these kinds of issues.

camjackson avatar Nov 05 '16 11:11 camjackson

Competing consumers HTTP API reference: http://docs.geteventstore.com/http-api/3.9.0/competing-consumers/

camjackson avatar Nov 06 '16 21:11 camjackson