real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
https://aeron.io
Apache License 2.0
7.42k stars 892 forks source link

Have you considered implementing mutil raft #1667

Closed zxuanhong closed 1 month ago

zxuanhong commented 1 month ago
  1. Have you considered implementing mutil raft;
  2. Is it more appropriate to use mutil raft for partitioning。
mjpt777 commented 1 month ago

Yes we have looked at MultiRaft. It is not necessary for Cluster as most usecases do not require partitioning.

We are building a new sequencer product that can support service partitions but has the benefit of still maintaining a single total order log. This is much easier to reason about than multiple regions/partitions like in MultiRaft.