You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I use your repository to store events in the ES. My question: I thought that the events in the ES should look like '0@user-user100'. But when I save the event in the ES it looks like '0@user'. How can I make sure that the userId is part of the stream so that I have all events for one user in one stream?
I think it has something to do with the Publish() method?
The text was updated successfully, but these errors were encountered:
Hi I use your repository to store events in the ES. My question: I thought that the events in the ES should look like '0@user-user100'. But when I save the event in the ES it looks like '0@user'. How can I make sure that the userId is part of the stream so that I have all events for one user in one stream?
I think it has something to do with the Publish() method?
The text was updated successfully, but these errors were encountered: