diff options
author | ilnaz <ilnaz@ydb.tech> | 2023-07-20 18:01:10 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2023-07-20 18:01:10 +0300 |
commit | 02b77500dbd3deed2330d5401463c06159433cdb (patch) | |
tree | 8d593789dab8ae8e35f081593b32fb6b2671383c | |
parent | 27820316f1e6f037bc7dcdd28015a4df8a0b65d5 (diff) | |
download | ydb-02b77500dbd3deed2330d5401463c06159433cdb.tar.gz |
EnableChangefeedInitialScan is true by default KIKIMR-15846
-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 cf7979e41ae..dcdcc9bf849 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -790,7 +790,7 @@ message TFeatureFlags { optional bool EnableGrpcAudit = 74 [default = false]; reserved 75; // EnableKqpDataQueryStreamLookup optional bool EnableBorrowedSplitCompaction = 76 [default = true]; - optional bool EnableChangefeedInitialScan = 77 [default = false]; + optional bool EnableChangefeedInitialScan = 77 [default = true]; reserved 78; // EnableKqpScanQuerySourceRead optional bool EnableDynamicNodeAuthorization = 79 [default = false]; reserved 80; // EnableKqpImmediateEffect |