pranadb
pranadb copied to clipboard
Add static shard leader balancer
The static leader balancer set the leader of each raft group to a predetermined node, similar how static node assignment works.
Currently, the balancer runs every five minutes, but this should be configurable.
There's also a no-op balancer that can be used to disable leader balancing.