On 16 May 2014 16:36, "Emmanuel Bernard" <emmanuel@hibernate.org> wrote:
>
> On Fri 2014-05-16  8:22, Bela Ban wrote:
> > Interesting, thanks for the link !
> > Makes me want to implement this in JGroups. Should be relatively easy
> > with *static* membership. Different ballgame though with dynamic
> > memberships...
>
> That's the same of these approaches. They require a static membership.
> Or number of nodes at least.
>

Section 6 of the Raft paper covers dynamic configuration (membership) changes, although it looks a bit involved

Gustavo