We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前braft使用leveldb 存储 raft的log等数据, 有没有考虑支持 rocksdb 作为存储引擎.
首先我先说一下提出这个问题的原因:
不知道 有没有实现这个 feature 的计划
The text was updated successfully, but these errors were encountered:
可以看下这个,https://github.com/TuGraph-family/etcd-raft-cpp. 只有一个raft状态机,rpc和存储都可自定义。
Sorry, something went wrong.
差不多是这个意思, 把braft的存储抽象一层, 下层可以是 leveldb 也可以是 rocksdb,可以做到无感替换
No branches or pull requests
当前braft使用leveldb 存储 raft的log等数据, 有没有考虑支持 rocksdb 作为存储引擎.
首先我先说一下提出这个问题的原因:
不知道 有没有实现这个 feature 的计划
The text was updated successfully, but these errors were encountered: