ConsistencyConfig
class ConsistencyConfig
Default consistency levels applied to all operations.
Override per-operation or per-table with @ReadConsistency/@WriteConsistency annotations, or pass a consistency parameter directly to repository methods.
Resolution order (highest priority first):
Per-operation parameter
@ReadConsistency/@WriteConsistencyon the entity classThese defaults