diff options
author | nadya73 <nadya73@yandex-team.com> | 2025-01-26 23:42:22 +0300 |
---|---|---|
committer | nadya73 <nadya73@yandex-team.com> | 2025-01-26 23:58:47 +0300 |
commit | 19ca351db376d4e785f68758db99eaa6ce92084c (patch) | |
tree | ccd9cc980606d06002160e43ea91465efa14b5e6 /yt/yt_proto | |
parent | 7def09dc9ce7bf9366218aeaa9ec17540092f612 (diff) | |
download | ydb-19ca351db376d4e785f68758db99eaa6ce92084c.tar.gz |
YT-21330: Add require_sync_replica parameter in push_queue_producer method
* Changelog entry
Type: feature
Component: proxy
Add `require_sync_replica` parameter in `push_queue_producer` handler
commit_hash:0d9e31193e3c021824910aec8d105e90f06d6319
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto index 7cfd7994d0..bfdd234fb2 100644 --- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto +++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto @@ -685,6 +685,8 @@ message TReqPushQueueProducer optional bytes user_meta = 6; // YSON optional int64 sequence_number = 7; + optional bool require_sync_replica = 8; + required TRowsetDescriptor rowset_descriptor = 200; } |