fabriziosestito / commanded-spear-adapter

Spear event store adapter for Commanded
MIT License
19 stars 5 forks source link

No eager consumption of result in stream_forward/4 #42

Closed dvic closed 1 year ago

dvic commented 1 year ago

Fixes #41

dvic commented 1 year ago

@fabriziosestito This PR fixes the streams stuff but does not address the check for "not found". I think we'll need to do a raw request to check if the stream exists?

fabriziosestito commented 1 year ago

@dvic many thanks for this!

I think we'll need to do a raw request to check if the stream exists?

This seems to be the only option, as long as we don't come up with something better directly on the spear side.

fabriziosestito commented 1 year ago

P.S. I've added you as collaborator

dvic commented 1 year ago

P.S. I've added you as collaborator

Nice, thanks!