We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffa82f commit eb6c3bcCopy full SHA for eb6c3bc
thrift/shared.thrift
@@ -2117,7 +2117,7 @@ struct ActiveClusterSelectionPolicy {
2117
}
2118
2119
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;
+ Invalid,
+ RegionSticky,
+ ExternalEntity,
2123
0 commit comments