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

Automatically upgrade the consistency level for write queries when connected to Astra #39

Open
mpenick opened this issue Sep 15, 2021 · 0 comments

Comments

@mpenick
Copy link
Contributor

mpenick commented Sep 15, 2021

Astra implements guardrails that don't allow writes at the following consistency levels (CL): ANY, ONE, LOCAL_ONE. For DataStax drivers when using the secure connect bundle the minimum CL is set to LOCAL_QUORUM. Perhaps the driver could automatically upgrade unsupported consistencies for write queries to LOCAL_QUORUM to match this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant