You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: