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

Support disabling consistent read on per @Query #276

Open
dragneelfps opened this issue Jan 17, 2020 · 1 comment
Open

Support disabling consistent read on per @Query #276

dragneelfps opened this issue Jan 17, 2020 · 1 comment

Comments

@dragneelfps
Copy link

Expected Behavior

We should be able to disable consistent read behaviour on per query basis, instead of having to use a custom repository.
This feature is helpful for queries on GSI as they dont support consistent reads.

Actual Behavior

Either disable it for all using dynamodb mapper config or use custom repositories.

Specifications

  • Spring Data DynamoDB Version: 5.1.0
  • Spring Data Version: 2.2.3.Release
  • AWS SDK Version: 1.11.443
  • Java Version: openjdk version "11.0.5" 2019-10-15
  • Platform Details: Macbook Pro mid-2018
@boostchicken
Copy link

Would not be hard to add, open an issue on my repo and I can add it to a snapshot.

https://github.com/boostchicken/spring-data-dynamodb

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

2 participants