logoalt Hacker News

mystifyingpoitoday at 7:50 PM1 replyview on HN

> please stop doing read-after-write

But that could be applied only in context of a single function. What if I save a resource and then mash F5 in the browser to see what was saved? I could hit a read replica that wasn't fast enough and the consistency promise breaks. I don't know how to solve it.


Replies

groestltoday at 7:51 PM

Local storage, sticky sessions, consistent hashing cache

show 2 replies