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

Add LoadOption.RequireLeader #340

Closed
bartelink opened this issue Nov 11, 2022 · 0 comments · Fixed by #341
Closed

Add LoadOption.RequireLeader #340

bartelink opened this issue Nov 11, 2022 · 0 comments · Fixed by #341

Comments

@bartelink
Copy link
Collaborator

See #339 (comment)

Hint to

  • force reading from leader on ES (because you have reason to believe a follower read has a high chance of being out of date)
  • force reading from leader even for a normal load in MDB
  • force the 'quorum read' param when talking to DDB (only plumbed through in a very recent version of FSharp.Aws.DDB) (this costs latency and more RUs)

Comments need to make it clear its definitely not free

This was referenced Nov 11, 2022
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

Successfully merging a pull request may close this issue.

1 participant