NFIBrokerage / spear

A sharp EventStoreDB v20+ client backed by Mint :yum:
https://hex.pm/packages/spear
Apache License 2.0
85 stars 14 forks source link

add append_batch_stream/2 helper function #59

Closed the-mikedavis closed 3 years ago

the-mikedavis commented 3 years ago

bit of a refactor of the return value of Spear.append_batch/5

adds a helper that wraps a stream of batches with the necessary life-cycle hooks that append_batch/5 needs so it's easier to use

see the test case for a nice example invocation