dragonboat-example icon indicating copy to clipboard operation
dragonboat-example copied to clipboard

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

Open sprappcom opened this issue 1 year ago • 1 comments

as titled.

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

sprappcom avatar Oct 08 '24 08:10 sprappcom

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.

lni avatar Oct 09 '24 03:10 lni