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
Update ./example/ codes to reflect the latest API changes, such as:
./example/
save_committed() and read_committed(): https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L94
save_committed()
read_committed()
Adapt storage-v2: https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L47 https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L148
storage-v2
TODO:
raft-kv-memstore
raft-kv-rocksstore
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening this issue!
Get help or engage by:
/help
/assignme
Sorry, something went wrong.
drmingdrmer
No branches or pull requests
Update
./example/
codes to reflect the latest API changes, such as:save_committed()
andread_committed()
: https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L94Adapt
storage-v2
: https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L47https://github.com/datafuselabs/openraft/blob/14d621ebeea41e8ce20f4f5df82929dd70279533/openraft/src/storage/v2.rs#L148
TODO:
raft-kv-memstore
to usestorage-v2
#975raft-kv-rocksstore
to usestorage-v2
#976The text was updated successfully, but these errors were encountered: