lablup/raftify

Add configuration for each Log Storage

Offen

#140 geöffnet am 03.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (14 Forks)auto 404
featuregood first issuelog-storage

Repository-Metriken

Stars
 (45 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide