Reinder Reinders

Results 18 comments of Reinder Reinders

I'd guess maybe in the Eventuous.SqlServer.Subscriptions namespace, SqlServerAllStreamSubscription, AsContext method: ![image](https://user-images.githubusercontent.com/119332127/204312419-7532b9be-abe6-4979-8da0-937abaaa0048.png) Looks like a hardcoded conversion from 1-leading to 0-leading to me? edit: this implementation is identical to the Postgres...

Yes, you were right on the money. Postgres does not accept a 0-based sequence: ![image](https://user-images.githubusercontent.com/119332127/204528207-cb891625-ef54-4824-a017-b5f1c80599e2.png) (I had hoped this would work but it is a technical impossibility: ) ![image](https://user-images.githubusercontent.com/119332127/204528373-446745ca-3052-4623-8dfb-f83908f737a0.png) Edit:...

@alexeyzimarev this issue is not specifically a bug, more like a feature :) I anticipate a hard time explaining to my colleagues why there is an offset between the global_position...

Hi, sorry for the late reaction, I have been ill this past week. --> Can you post the checkpoint query, as it's hard to understand what NR fields mean and...

Update: attempting to capture logging has so far been unsuccessful (due to my cloud application apparently refusing to log when I demand too much of it... such as during a...

Update: I'm not sure if this adds anything to the issue as already reported, but I now have a slightly different deployment with a MicroService in the cloud (upped the...

@alexeyzimarev I heartily approve and I have approved. When will a new version be released? I would like to use this in my tests soon. edit: oh, I just realised...

@alexeyzimarev I am not sure what this tells us, but I've run a test run with the new diagnostics. The checkpoint is lost after 10243. If I look in the...

I have upgraded to the latest preview version (0.13.1-alpha.0.4) and have run it a few times with very verbose logging. I no longer see the same ["eventuous"] log lines I...