Replicate Key-Value storage
- Langage dominant
- Rust
- Étoiles
- 87
- Forks
- 18
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Each key in key-value storage is only saved in single node in current version, it should be replicate at least 2 nodes. It is better to configurable how many node it is replicated.
May be it is affected to bellow parts:
- [ ] Set destinations and how to determine that set is success (now version is only single flag acked)
- [ ] Sub destinations and how to determine that sub is success (now version is only single flag acked)
- [ ] Sync destinations
- [ ] Get destinations
May be the simplest way (any ack mean success) is the best in decentralized environments; because if it not success that time, it will be synced after that.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.