EventStore-Client-NodeJS
EventStore-Client-NodeJS copied to clipboard
A NodeJS client for Event Store
Reconnection tests currently only cover reads and writes. it would be good to expand them out to cover more apis , such as persistent subscriptions. https://github.com/EventStore/EventStore-Client-NodeJS/blob/master/src/__test__/connection/reconnect.test.ts _Originally posted by @oskardudycz...
After calling subscribeToStream 100 times any new calls to subscribeToStream will no longer receive any data, and will not issue any error. Weirdly enough this persists even across multiple connections,...
- re-write classic append write after end test to force a write after end
Changed: Expect a `CancelledError` error when a node connection is abruptly terminated. The default value of [ShutdownTimeout](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.server.kestrel.kestrelserveroptions.shutdowntimeout?view=aspnetcore-1.1) in ESDB is now explicitly set to 5s, which was the default value...
Changed: Move to Cloudsmith docker registry.
Changed: Integrate Zod for Stronger Type Checking This PR aims to enhance type safety and data integrity, ensuring our application handles data more robustly and reduces the likelihood of runtime...
**Describe the bug** Very similar to [https://github.com/EventStore/EventStore/issues/2781](https://github.com/EventStore/EventStore/issues/2781) I get Request message serialization failure: Cannot read property 'lo' of null when attempting to appendToStream with -1 expectedRevision **To Reproduce** Steps to...
After calling `appendToStream` method with an id which is not a `uuid`, I get this error: ``` UnknownError: Could not recognize BadRequest ``` I was in situations where it took...
Added: Tracing Instrumentation
Changed: Convert into monorepo