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

Simplify keyspace creation #102

Open
mpenick opened this issue Apr 24, 2020 · 0 comments
Open

Simplify keyspace creation #102

mpenick opened this issue Apr 24, 2020 · 0 comments
Labels
discussion enhancement New feature or request post alpha Out of scope of the first alpha

Comments

@mpenick
Copy link
Contributor

mpenick commented Apr 24, 2020

Simplify keyspace creation by:

  • Making the replication strategy settings optional and automatically choose a sensible replication strategy (3 replicas and LOCAL_ONLY?) when not provided.
  • Provide simpler choices: LOCAL_ONLY (3 replica in the local DC), GLOBAL (3 replicas in each DC), or ...
  • ...

Some of this complexity could be move to the server-side settings for the operator instead of forcing these decisions on the application developer.

@mpenick mpenick added enhancement New feature or request post alpha Out of scope of the first alpha discussion labels Apr 24, 2020
@mpenick mpenick changed the title Consider automatic or simplifying replication strategy during keyspace creation Simplify keyspace creation Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request post alpha Out of scope of the first alpha
Projects
None yet
Development

No branches or pull requests

1 participant