We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e586464 commit 82cef31Copy full SHA for 82cef31
temporal/enums/v1/query.proto
@@ -44,11 +44,4 @@ enum QueryRejectCondition {
44
QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY = 2;
45
}
46
47
-enum QueryConsistencyLevel {
48
- QUERY_CONSISTENCY_LEVEL_UNSPECIFIED = 0;
49
- // Eventual indicates that query should be eventually consistent.
50
- QUERY_CONSISTENCY_LEVEL_EVENTUAL = 1;
51
- // Strong indicates that any events that came before query should be reflected in workflow state before running query.
52
- QUERY_CONSISTENCY_LEVEL_STRONG = 2;
53
-}
54
0 commit comments