Remix.run Logo
convolvatron 5 hours ago

eventual consistency as generally used doesn't guarantee that events are presented in the same order. I use 'monotonic consistency' for that, but idk how common that is.

AlotOfReading 3 hours ago | parent | next [-]

Order independence/monotonicity is strong EC rather than regular EC.

mrkeen 4 hours ago | parent | prev [-]

Yes, same-ordering gives you EC, not the other round.