lablup/raftify

Add configuration for each Log Storage

オープン

#140 opened on 2024/10/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (14 件のフォーク)auto 404
featuregood first issuelog-storage

Repository metrics

Stars
 (45 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド