Skip to content

Commit eb6c3bc

Browse files
fix
1 parent 7ffa82f commit eb6c3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

thrift/shared.thrift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ struct ActiveClusterSelectionPolicy {
21172117
}
21182118

21192119
enum ActiveClusterSelectionStrategy {
2120-
ACTIVE_CLUSTER_SELECTION_STRATEGY_INVALID = 0;
2121-
ACTIVE_CLUSTER_SELECTION_STRATEGY_REGION_STICKY = 1;
2122-
ACTIVE_CLUSTER_SELECTION_STRATEGY_EXTERNAL_ENTITY = 2;
2120+
Invalid,
2121+
RegionSticky,
2122+
ExternalEntity,
21232123
}

0 commit comments

Comments
 (0)