lablup/raftify

Add configuration for each Log Storage

Aperta

#140 aperta il 3 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (14 fork)auto 404
featuregood first issuelog-storage

Metriche repository

Star
 (45 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor