dragonboat-example
dragonboat-example copied to clipboard
how difficult is it to convert the ondisk version to etcd format as an etcd replacement?
as titled.
Can someone use sonnet 3.5 to do a quick command entries so we can use dragonboat as etcd replacement?
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.