You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Designing for eventual consistency is difficult, or at least different. We should provide guidelines for various design choices, such as read/write consistency levels.
Let's collect some topics in this issue. Please contribute. Links to blog posts or other related reading/presentations?
The text was updated successfully, but these errors were encountered:
JVM crash before the updated value was sent out with gossip means that the update is "lost".
Use case for WriteLocal is when you need low latency and it's acceptable to loose updates if JVM crashes before the data has been spread to other nodes.
For example: web page counter
Designing for eventual consistency is difficult, or at least different. We should provide guidelines for various design choices, such as read/write consistency levels.
Let's collect some topics in this issue. Please contribute. Links to blog posts or other related reading/presentations?
The text was updated successfully, but these errors were encountered: