-
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The issue with multi-server events is our RAFT replication protocol: only modified pages are exchanged between servers. So if you update the record #10:100 on server A, its page will be sent to the other servers, but not the actual event "modified record 10:100". This is something we should add to the replication protocol.
Originally posted by @lvca in #149 (reply in thread)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request