diff options
author | komels <komels@ydb.tech> | 2023-11-28 18:25:41 +0300 |
---|---|---|
committer | komels <komels@ydb.tech> | 2023-11-28 19:52:58 +0300 |
commit | 80e1693e290dae63d499f3674e6b0c64d828a99b (patch) | |
tree | 60f8f2396f8088de5bc21419f8b6643d14c6fef1 | |
parent | ce969a7c8b1c427921474c113be09bd5144a0b2d (diff) | |
download | ydb-80e1693e290dae63d499f3674e6b0c64d828a99b.tar.gz |
Enable topic metadata by default
-rw-r--r-- | ydb/core/protos/feature_flags.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index dcf2218f2c..a99c6df76e 100644 --- a/ydb/core/protos/feature_flags.proto +++ b/ydb/core/protos/feature_flags.proto @@ -112,7 +112,7 @@ message TFeatureFlags { optional bool ForceColumnTablesCompositeMarks = 97 [default = false]; optional bool EnableSubscriptionsInDiscovery = 98 [default = false]; optional bool EnableGetNodeLabels = 99 [default = false]; - optional bool EnableTopicMessageMeta = 100 [default = false]; + optional bool EnableTopicMessageMeta = 100 [default = true]; optional bool EnableIcNodeCache = 101 [default = true]; optional bool EnableTempTables = 102 [default = false]; optional bool SuppressCompatibilityCheck = 103 [default = false]; |