node-eventstore-client
node-eventstore-client copied to clipboard
Node client library for EventStore using TCP
Hey there, I'm having a PersistentSubscription and while catching up, I come into the situation, that I cannot process a certain Event. I would like to stop the persistentSubscription at...
simple typo: `libeProcessingStarted` to `liveProcessingStarted`
CHANGELOG
In response to issue #21, I've decided to create this thread to track changes between released version of the npm package. Make sure you subscribe to this issue if you...
Running createPersistentSubscription creates a persistent subscription that can be seen in the web ui, however some of the values do not get properly set so running ``` const settings: client.PersistentSubscriptionSettings...
When attempting to connect to Eventstore running locally while running code in a docker container the connection never succeeds and after attempting to reconnect 10 times will close the connection....
2019-06-05T21:58:45.559Z INFO EventStoreConnection 'ES-ae2fff3f-a022-4496-bd91-092a46ee8e3a': Closed. Reason: Failed to resolve TCP end point to which to connect. ERROR: Error: Failed to discover candidate in 10 attempts. at /home/AAA/BBB/node_modules/node-eventstore-client/lib/dist.js:6351:25 at at process._tickCallback...
The added `"@types/node": "^6.0.47"` dependency leads to errors at our project: > Conflicting definitions for 'node' found at 'node_modules/node-eventstore-client/node_modules/@types/node/ts3.2/index.d.ts' and node_modules/@types/node/ts3.2/index.d.ts'. Consider installing a specific version of this library to...
Maybe a typo :-/