lablup / raftify

Experimental High level Raft framework
https://docs.rs/raftify/latest/raftify
Apache License 2.0
36 stars 14 forks source link

Add `--storage-type` option in CLI #141

Open jopemachine opened 1 month ago

jopemachine commented 1 month ago

The current method of building and using the RocksDB CLI tool works without any issues, but we need to consider better approaches.

For example, since all storage dependencies are already included when building the raftify-cli, we could allow specifying the storage type as an option.