The ResolvedEvent struct exposes the event position in Event.Position, but it is always set to -1. Don't we have a way to get the position of the resolved event?
That's expected behaviour currently. It's being discussed to include it (as a best effort) in the stream reads, but that will be handled globally for all clients in the dedicated issue.
The
ResolvedEvent
struct exposes the event position inEvent.Position
, but it is always set to -1. Don't we have a way to get the position of the resolved event?