Hello, I’m experimenting with EventStore DB. I’m using the GRPC client with C#, I’m able to write and read events; but when I read, any stream and any event gives me the Event.Position {C:18446744073709551615/P:18446744073709551615}
looks very suspicious to me that 18446744073709551615 is equal to the max ulong (plus, a fields that always have the same value really doesn’t have any utility)
Anyway, when I write events, each write returns a meaningful position (much much lower than this one, and always varying)
Is it a problem only I have? did I miss-intepreted the meaning of the “Position” field? Or there is some issue in the GRPC client?
What can I do to diagnose where the problem is, how can i solve this and having the real position of the event, when I read a stream?