lablup/raftify

Add configuration for each Log Storage

开放

#140 创建于 2024年10月3日

 (0 条评论) (0 个反应) (0 位负责人)Rust (14 个派生)auto 404
featuregood first issuelog-storage

仓库指标

星标
 (45 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Now that users can choose from various log storages, the configuration should allow for setting options specific to each storage.

For example, in the previous code, you could modify settings like Config.lmdb_map_size, but when using RocksDB, fields like lmdb_map_size should no longer be configurable. Instead, only the fields relevant to RocksDB should be exposed.

贡献者指南