event-store-client icon indicating copy to clipboard operation
event-store-client copied to clipboard

JS client library for connecting to Event Store over TCP/IP

Results 5 event-store-client issues
Sort by recently updated
recently updated
newest added

Hi @x-cubed, I wonder if you can provide some insight into making sure the each event is processed before moving to the next one. `( async event => { await...

I'm looking to add this functionality. Are there any technical reasons why this hasn't been done? Or is it simply a missing feature?

enhancement
help wanted

(Disclaimer I'm not sure if this error is coming from event store client, from event store itself, or something completely different that has not yet been identified.) We have an...

The scenario was ... (am migrating crud sql to aggregates) using one connection Maybe 35 rows of data that - per row - converts into 8 calls into an aggregate...

Cannot find facilities for subscription to all events being written to EventStore. In C# official client we have SubscribeToAllFrom(lastCheckpoint, ...) for such purposes. Are there any alternatives in event-store-client?

enhancement
help wanted