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

Consistent read cleanup (4.x branch) #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tachyonics
Copy link
Contributor

Issue #, if available:

Description of changes: Add the ability to specify

  1. if consistentReads should be used for a table. Still defaults to true.
  2. if this value should be overridden for any table operation through the tableOverrides parameter

This change adds a tablesOverrides parameter to all table operations to allow for overrides to be added in a non-breaking way. There are currently no overrides for operations that just write to the table. The query operations that previously passed consistentRead explicitly have been moved to this model also.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tachyonics tachyonics changed the title Consistent read cleanup Consistent read cleanup (4.x branch) Nov 30, 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 this pull request may close these issues.

1 participant