EventStore-Client-NodeJS
EventStore-Client-NodeJS copied to clipboard
A NodeJS client for Event Store
### 🐛 Current behavior I'm using commitPosition to track my position for subsequent calls to readAll. In the old client it was a bigint, this library declares it as a...
### 🐛 Current behavior I am using the latest version of kurrentDB node client (1.0.1) to connect to a cluster of 3 eventstoredb machines (v23.10). I resolve the cluster using...
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. Changelog Sourced from sha.js's changelog. v2.4.12 - 2025-07-01 Commits [eslint] switch to eslint 7acadfb [meta] add auto-changelog b46e711 [eslint] fix package.json indentation df9d521 [Tests]...
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.3.0 to 11.10.0. Release notes Sourced from mermaid's releases. [email protected] Minor Changes #6744 daf8d8d Thanks @SpecularAura! - feat: Added support for per link curve styling in flowchart...
### Discussed in https://github.com/kurrent-io/KurrentDB-Client-NodeJS/discussions/431 Originally posted by **innocentiv** August 11, 2025 According to documentation KurrentDB supports PinnedByCorrelation Consumer Strategy for Persistent Subscription: https://docs.kurrent.io/server/v25.0/features/persistent-subscriptions.html#consumer-strategies This Consumer Strategy enable us to drastically...