Skip to content
Snippets Groups Projects
Commit 67b60f08 authored by sergepetrenko's avatar sergepetrenko Committed by Vladislav Shpilevoy
Browse files

raft: relay status updates to followers

The patch introduces a new type of system message used to notify the
followers of the instance's raft status updates.
It's relay's responsibility to deliver the new system rows to its peers.
The notification system reuses and extends the same row type used to
persist raft state in WAL and snapshot.

Part of #1146
Part of #5204
parent 1d329f0b
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment