diff options
author | ilnaz <ilnaz@ydb.tech> | 2023-08-01 00:00:52 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2023-08-01 00:00:52 +0300 |
commit | 60505ca329249a2c65c3117d345dfb3088bb3098 (patch) | |
tree | 69d563f50f940260907f65f6aede32af6d476131 | |
parent | 860deb2e724be7c575d7a8e6d9a434511da0c162 (diff) | |
download | ydb-60505ca329249a2c65c3117d345dfb3088bb3098.tar.gz |
EnableChangefeedDynamoDBStreamsFormat is true by default KIKIMR-17954
-rw-r--r-- | ydb/core/protos/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index 016f8be2ba2..9b3e07341a4 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -811,7 +811,7 @@ message TFeatureFlags { optional bool EnableImplicitQueryParameterTypes = 93 [default = true]; optional bool EnableForceImmediateEffectsExecution = 94 [default = false]; optional bool EnableTopicSplitMerge = 95 [default = false]; - optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = false]; + optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true]; optional bool ForceColumnTablesCompositeMarks = 97 [default = false]; optional bool EnableSubscriptionsInDiscovery = 98 [default = false]; optional bool EnableGetNodeLabels = 99 [default = false]; |