EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
147 stars 38 forks source link

Stream catch-up subscription always has -1 as Position.CommitPosition #120

Closed alexeyzimarev closed 2 years ago

alexeyzimarev commented 3 years ago

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?

oskardudycz commented 2 years ago

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.