derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
403 stars 141 forks source link

Support disabling consistent read on per @Query #276

Open dragneelfps opened 4 years ago

dragneelfps commented 4 years ago

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

boostchicken commented 4 years ago

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