Hi,
I’m writing some code to use ES as a queue.
Given that I don’t know how many events will have previously been written to the stream and therefore don’t have an accurate version, am I safe using ExpectedVersion.Any, or will this produce undesired issues later on?
There could be multiple producers writing to the stream at once.
Any help/pointers appreciated.
Kind regards
Sean.