Hello,
I am reading through the documentation and trying to understand how this are setup and work with Cosmos Db. First, which consistency model must be used? Is multi readers / writers supported? I'm reading through the section Reading from the Storage Model and trying to work out in my head how we can be sure we are reading the latest state when IfNoneMatch is Found in the presence of multiple writers or not currently in cache. Isn't it possible we could be returned a document that is not the most recent and our command processing logic may in turn not emit emits thus leaving the system in an inconsistent state?
Thank you and any information you could provide would be great!
Hello,
I am reading through the documentation and trying to understand how this are setup and work with Cosmos Db. First, which consistency model must be used? Is multi readers / writers supported? I'm reading through the section Reading from the Storage Model and trying to work out in my head how we can be sure we are reading the latest state when
IfNoneMatchisFoundin the presence of multiple writers or not currently in cache. Isn't it possible we could be returned a document that is not the most recent and our command processing logic may in turn not emit emits thus leaving the system in an inconsistent state?Thank you and any information you could provide would be great!