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

Allow usage of etcd serializable reads #15

Open
tanguy-ortolo opened this issue Nov 6, 2023 · 1 comment
Open

Allow usage of etcd serializable reads #15

tanguy-ortolo opened this issue Nov 6, 2023 · 1 comment

Comments

@tanguy-ortolo
Copy link

Hello,

I noticed that easyKV uses linearizable reads with both etcd v2 (where is is specified as an option Quorum: true) and with etcd v3 (where it is the implicit default).

Linearizable reads are interesting, but come with a latency cost, which not everybody is willing to pay. I think it would be good to allow this to be configured, I am therefore submitting PR #14.

@tanguy-ortolo tanguy-ortolo changed the title Allow usge of etcd serializable reads Allow usage of etcd serializable reads Nov 6, 2023
@tanguy-ortolo
Copy link
Author

tanguy-ortolo commented Nov 6, 2023

A corresponding request for remco will follow shortly. :-)

Be aware that, for remco to use that new feature, you will have to tag a new version of easyKV first.

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