What is the expected use of optimistic concurrency in writing to the event stream? I may be thinking to trivially, but I’d like to understand what situations would require clients to write their events in a specific sequence. How would race conditions or multiple writing clients cause a problem?
Thanks,
Jsoh