Skip to content

Commit 020e8f4

Browse files
authored
Enable feature flags by default: EnableTopicAutopartitioningForCDC, EnableTopicAutopartitioningForReplication, EnableTopicTransfer (#21521)
2 parents 7d944e3 + bfeea6c commit 020e8f4

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
@@ -170,10 +170,10 @@ message TFeatureFlags {
170170
optional bool EnableParameterizedDecimal = 145 [default = true];
171171
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true];
172172
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
173-
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
173+
optional bool EnableTopicAutopartitioningForCDC = 148 [default = true];
174174
optional bool EnableWritePortionsOnInsert = 149 [default = false];
175175
optional bool EnableFollowerStats = 150 [default = true];
176-
optional bool EnableTopicAutopartitioningForReplication = 151 [default = false];
176+
optional bool EnableTopicAutopartitioningForReplication = 151 [default = true];
177177
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
178178
optional bool EnableSeparateDiskSpaceQuotas = 153 [default = false];
179179
optional bool EnableAntlr4Parser = 154 [default = false];
@@ -185,7 +185,7 @@ message TFeatureFlags {
185185
optional bool EnableDataShardInMemoryStateMigrationAcrossGenerations = 160 [default = true];
186186
optional bool DisableLocalDBEraseCache = 161 [default = false];
187187
optional bool EnableChecksumsExport = 162 [default = false];
188-
optional bool EnableTopicTransfer = 163 [default = false];
188+
optional bool EnableTopicTransfer = 163 [default = true];
189189
optional bool EnableViewExport = 164 [default = false];
190190
optional bool EnableColumnStore = 165 [default = false];
191191
optional bool EnableStrictAclCheck = 166 [default = false];

0 commit comments

Comments
 (0)