lni / dragonboat-example

Examples for Dragonboat
Apache License 2.0
182 stars 45 forks source link

how difficult is it to convert the ondisk version to etcd format as an etcd replacement? #37

Open sprappcom opened 2 weeks ago

sprappcom commented 2 weeks ago

as titled.

Can someone use sonnet 3.5 to do a quick command entries so we can use dragonboat as etcd replacement?

lni commented 2 weeks ago

In theory, it should be possible assuming you understand both libraries, there should be one to one mappings for most stuff as both are just raft libraries anyway. In practice, it will be pretty time consuming to implement and test everything.