lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
390 stars 22 forks source link

Multi raft support #15

Open ChillFish8 opened 1 year ago

ChillFish8 commented 1 year ago

Leaderless systems are great, but having a leader based option which seemlessly integrates with the rest of the datacake tooling would be awesome as well.

The multi raft system should effectively extend off of #14 to create the ability to spawn light weight raft clusters based on existing nodes within the cluster.