diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-12 22:07:14 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-12 22:26:48 +0300 |
commit | 11ce3a1deefd91271a3cd3532f906844920ea34b (patch) | |
tree | 42f550788ce31015134c9b42c623e2ae184bc76d /yql/essentials/providers | |
parent | fa5655229271d7a09cce8033d1097f1b03daf94e (diff) | |
download | ydb-11ce3a1deefd91271a3cd3532f906844920ea34b.tar.gz |
Apply GH commits
Apply GH: Stop wide combiner state from growing unlimited (#10997)
Apply GH: Reconnect session has been supported (#9862)
Apply GH: Handle unexpected future exception (#11091)
commit_hash:c2597abeae3a153692a80cc13446423769765ae1
Diffstat (limited to 'yql/essentials/providers')
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index d97c3ab210..d801ba2e17 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -326,7 +326,8 @@ message TPqClusterConfig { optional bool AddBearerToToken = 11; // whether to use prefix "Bearer " in token optional string DatabaseId = 12; repeated TAttr Settings = 100; - optional bool SharedReading = 101; + optional bool SharedReading = 101; + optional string ReconnectPeriod = 102; // disabled by default, example of a parameter: 5m } message TPqGatewayConfig { |