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 #98

Open
tanguy-ortolo opened this issue Nov 6, 2023 · 0 comments
Open

Allow usage of etcd serializable reads #98

tanguy-ortolo opened this issue Nov 6, 2023 · 0 comments

Comments

@tanguy-ortolo
Copy link

Hello,

I noticed that remco, and more specifically, 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 #97. Please note that the easyKV report and PR need to be addressed 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