-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Bug: Events are not Read #98
Comments
@jdharandas would you be able to help me figure this out? |
@jdharandas i tried with the new PR #100 you have but events are still not being read. |
@jdharandas any idea when there will be a fix for reading events on latest version? |
@kodeine I won't be able to take a look at this until January the 10th (more or less) |
Hello, is there any updates on this? |
@AlexandreDecollas @Vinceveve @jdharandas |
Hi here, I cannot reproduce the error, could you provide a example code that reproduce this issue please? (btw, I added all missing exports on this lib) |
@AlexandreDecollas EDIT PR #112 fixes this DTO issue but subscriptions are still not working |
@AlexandreDecollas @Vinceveve Root case is payload is coming as undefined, also, |
@jokesterfr since you added the label as a bug, were you able to test this at your end as well? |
@kodeine 5.x is not really working, I have tested it and it has a lot of bugs (not only this one). As @AlexandreDecollas is the "owner" of this version, I will try to work with him to create the fixes, but at this moment I am working with @Rzial in a 6.x that fixes those bugs and adds new functionalities (fex: write event bus middlewares). |
@jdharandas thank you for the update, i was going crazy testing this i thought i was making some mistake unknowingly but then i started digging into the code and found issues. Thanks a lot for your input. I will wait for v6, is it going to be in this repo or somewhere else? I actually was going live with my product and wanted to make sure i am on latest versions but seems like i cant use eventstore 20.10.x. If you have any timeline for v6 or fixes for this v5, please do let me know. Once again, thank you again. |
@AlexandreDecollas @Vinceveve
I wasnt able to read the events in my app i thought my app broke after updating to use latest version of this package but then i gave a try running
examples
in this package and the bug actually exists.Events are being written properly but not Read. Following is the output from examples, notice the saga never runs because it couldn't read event.
and following is when i just use
registerReadBus
*updated
nestjs-geteventstore
5.0.3 <-- read's not being done.
4.1.1 <--- reads work fine!
node -v
v16.10.0
npm -v
7.24.0
Event Store
21.6.1.0
The text was updated successfully, but these errors were encountered: