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.

貢獻者指南