Skip to content

Commit 82cef31

Browse files
authored
Remove query consistency level enum (#60)
1 parent e586464 commit 82cef31

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

temporal/enums/v1/query.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,4 @@ enum QueryRejectCondition {
4444
QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY = 2;
4545
}
4646

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-
}
5447

0 commit comments

Comments
 (0)