Skip to content

Commit d1714cb

Browse files
Enable feature flags in main (#24025)
1 parent c724dd5 commit d1714cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ message TFeatureFlags {
193193
// deny non-administrators the privilege of administering local users and groups
194194
optional bool EnableStrictUserManagement = 168 [default = false];
195195
optional bool EnableDatabaseAdmin = 169 [default = false];
196-
optional bool EnableChangefeedsImport = 170 [default = false];
196+
optional bool EnableChangefeedsImport = 170 [default = true];
197197
optional bool EnablePermissionsExport = 171 [default = false];
198198
optional bool EnableDataErasure = 172 [default = false];
199199
optional bool EnableShowCreate = 173 [default = false];
200-
optional bool EnableChangefeedsExport = 174 [default = false];
200+
optional bool EnableChangefeedsExport = 174 [default = true];
201201
optional bool EnableKafkaNativeBalancing = 175 [default = true];
202202
optional bool EnableTabletRestartOnUnhandledExceptions = 176 [default = true];
203203
optional bool EnableKafkaTransactions = 177 [default = true];
@@ -206,7 +206,7 @@ message TFeatureFlags {
206206
optional bool SwitchToConfigV1 = 180 [default = false];
207207
optional bool EnableEncryptedExport = 181 [default = false];
208208
optional bool EnableAlterDatabase = 182 [default = false];
209-
optional bool EnableExportAutoDropping = 183 [default = false];
209+
optional bool EnableExportAutoDropping = 183 [default = true];
210210
optional bool EnableThrottlingReport = 184 [default = true];
211211
optional bool EnableNodeBrokerDeltaProtocol = 185 [default = false];
212212
optional bool EnableAccessToIndexImplTables = 186 [default = true];

0 commit comments

Comments
 (0)