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

Decouple Command used in User Request, Replication and Store #2

Open
acharapko opened this issue Sep 16, 2019 · 0 comments
Open

Decouple Command used in User Request, Replication and Store #2

acharapko opened this issue Sep 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@acharapko
Copy link
Owner

  • User requests should not be coupled with replication command used internally. I.e user may run some write command, we should not replicate the command, but replicate the data resulting from it.
  • part of the translation between user commands and replication commands should be done in Table to KV Mapping #1
  • at store level, we execute replication commands, not user commands.
  • call replication command something different? ReplicationOperations? RepOp?
@acharapko acharapko added the enhancement New feature or request label Sep 16, 2019
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