Skip to content

Replicate Key-Value storage #45

Open
@giangndm

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions