storm icon indicating copy to clipboard operation
storm copied to clipboard

Replication?

Open prestone opened this issue 6 years ago • 4 comments

Its awesome tools. Do you plan to add a replication?

prestone avatar Apr 16 '18 22:04 prestone

That's an idea i have for a while to add support for the Raft protocol but probably on the next version.

asdine avatar Apr 22 '18 09:04 asdine

Etcd v3, just like Storm, is backed by BoltDB. Replication requires doing what etcd does at that higher level -- gossip, quorum, cluster join/leave semantics, leader elections, etc. So in my mind the critical path to your "ask" is to support Storm backed by etcd.

drauschenbach avatar May 15 '18 18:05 drauschenbach

The use of etcd is a very good point.

ghost avatar Jul 25 '18 07:07 ghost

fyi check out tidb for inspiration

ghost avatar Dec 02 '18 13:12 ghost