rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
813 stars 96 forks source link

Checkpoint improvements #454

Closed kjnilsson closed 2 months ago

kjnilsson commented 2 months ago

Various tweaks and improvements to the checkpoints feature including a new approach to how to "thin" the number of checkpoints once they reach the max_checkpoints limit.