| Crates.io | openraft-rocksstore-compat07 |
| lib.rs | openraft-rocksstore-compat07 |
| version | 0.8.9 |
| created_at | 2023-02-28 02:20:14.425536+00 |
| updated_at | 2024-03-06 15:44:26.896797+00 |
| description | A example v07 compatible implementation of the `openraft::RaftStorage` trait. |
| homepage | https://github.com/datafuselabs/openraft |
| repository | https://github.com/datafuselabs/openraft |
| max_upload_size | |
| id | 796521 |
| size | 29,235 |
This is an example RaftStorage implementation illustrating how to upgrade an application based on openraft-0.7 to openraft-0.8.
In this example, it assumes there is an on-disk rocksdb dir that backs an 0.7 application, and the compatible 0708 should be able to read data from this dir and write data to it.