aboutsummaryrefslogtreecommitdiffstats
path: root/yql
diff options
context:
space:
mode:
authorkardymon-d <kardymon-d@yandex-team.com>2024-11-29 14:57:41 +0300
committerkardymon-d <kardymon-d@yandex-team.com>2024-11-29 15:24:04 +0300
commiteb9e6a849f077f342c6432e87615d6d84bcd8467 (patch)
tree0982d75e44fccec2f2205ae4129c418cfe37a736 /yql
parentcfd331978bf70f34dd7827ca582c0dc1c40c6c31 (diff)
downloadydb-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.proto1
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 {