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.
When esdbEvents contains more than one event, anything I put in the metadata field of the EventData is not persisted to the DB (not visible in UI, not accessible when reading stream).
When esdbEvents contains only one event, the metadata is persisted as expected.
I make the following function call in my codebase
When esdbEvents contains more than one event, anything I put in the metadata field of the
EventDatais not persisted to the DB (not visible in UI, not accessible when reading stream).When esdbEvents contains only one event, the metadata is persisted as expected.
My metadata
I am wondering is this a bug or is this intended behavior?