rabbitmq / ra

A Multi-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
830 stars 95 forks source link

Checkpoint improvements #454

Closed kjnilsson closed 4 months ago

kjnilsson commented 4 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.