Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replicate Key-Value storage #45

Open
4 tasks
giangndm opened this issue Nov 13, 2023 · 0 comments
Open
4 tasks

Replicate Key-Value storage #45

giangndm opened this issue Nov 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@giangndm
Copy link
Contributor

giangndm commented Nov 13, 2023

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.

@giangndm giangndm added the enhancement New feature or request label Nov 16, 2023
@giangndm giangndm mentioned this issue Nov 28, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant