We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to be able to set the default consistency level when you create a new client, in case you'd like something other than QUORUM :)
The text was updated successfully, but these errors were encountered:
It can be done now, the way to do it is a little rough...
types.consistencies.getDefault = function () { return types.consistencies.one; };
It would be nice to set the default consistency at client instance level, what do you think?
Sorry, something went wrong.
Oh yeah :D
Only thing about that is you have to assume the code doesn't change or you'll break it. But it definitely does the job :)
No branches or pull requests
Would be nice to be able to set the default consistency level when you create a new client, in case you'd like something other than QUORUM :)
The text was updated successfully, but these errors were encountered: