We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nestjs-geteventstore/src/event-store/services/event-store.service.ts
Line 308 in 3a14375
This doesn't look correct. Payload will always be undefined and will break. Please advise
The text was updated successfully, but these errors were encountered:
@sixtay would you be able to submit a PR for this fix?
Sorry, something went wrong.
Possibly. It seems this issue stems from the subscription leveraging 'node-eventstore-client' instead of @eventstore/db-client.
I'll look into a fix.
For now I just modified juicyclef's package to create persistent subscriptions and use append to individual aggregate streams.
Juicyjeffs package uses eventstore 5.x. This package supports that in 4.x branch and the master branch should support eventstore 20.x
No branches or pull requests
nestjs-geteventstore/src/event-store/services/event-store.service.ts
Line 308 in 3a14375
This doesn't look correct. Payload will always be undefined and will break. Please advise
The text was updated successfully, but these errors were encountered: