diff options
author | kardymon-d <kardymon-d@yandex-team.com> | 2024-11-29 14:57:41 +0300 |
---|---|---|
committer | kardymon-d <kardymon-d@yandex-team.com> | 2024-11-29 15:24:04 +0300 |
commit | eb9e6a849f077f342c6432e87615d6d84bcd8467 (patch) | |
tree | 0982d75e44fccec2f2205ae4129c418cfe37a736 /yql | |
parent | cfd331978bf70f34dd7827ca582c0dc1c40c6c31 (diff) | |
download | ydb-eb9e6a849f077f342c6432e87615d6d84bcd8467.tar.gz |
Add ReadGroup to TPqClusterConfig
add Read group
commit_hash:dca980f4977b5d41e043ff1cb46ab61ae35741c9
Diffstat (limited to 'yql')
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index d801ba2e17..30c55ea415 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -328,6 +328,7 @@ message TPqClusterConfig { repeated TAttr Settings = 100; optional bool SharedReading = 101; optional string ReconnectPeriod = 102; // disabled by default, example of a parameter: 5m + optional string ReadGroup = 103; } message TPqGatewayConfig { |