fabriziosestito / commanded-spear-adapter

Spear event store adapter for Commanded
MIT License
19 stars 5 forks source link

Document 1.0.0 breaking changes #52

Open fabriziosestito opened 1 year ago

dvic commented 1 year ago

By the way: I hit this bizar bug yesterday: https://discuss.eventstore.com/t/event-position-18446744073709551615/3172

At one point, my event number (the commit position) was always 18446744073709551615 (2^64). I double checked with the node.js client and it was the same issue. Bumping the docker image from 21.10.9 to 22.10.1 fixed the issue. It seems that this was a bug in the server: https://github.com/EventStore/EventStore-Client-Dotnet/issues/211.