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
{{ message }}
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Hi ESDB team,
Thank you for the great works and detailed documents.
I am following the documentation to implement my service with esdb but I found that there is a slight difference between official document and source code.
Ref:
https://developers.eventstore.com/clients/grpc/appending-events.html#append-your-first-event
In the last example:
I got the error told me that:
lastEvent.OriginalStreamRevision undefined (type *esdb.ResolvedEvent has no field or method OriginalStreamRevision)
undefined: esdb.ContentTypeJson
But with this one I can easily find the alternative (esdb.JsonContentType)
Thank you so much