canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.8k stars 214 forks source link

Cluster-wide configuration of target voter/standby count #508

Open cole-miller opened 1 year ago

cole-miller commented 1 year ago

As @freeekanayaka suggested in #501 (and #507), we should support a way to configure the target number of voters and standbys for role management such that these parameters are persisted and replicated across the cluster. That is, setting these values should only be allowed on the leader, and it should go through the raft log.