From 23439c04fc8ef5ce92c7abd8a87f76ac9f6ee0ab Mon Sep 17 00:00:00 2001 From: Alexander Kotov Date: Mon, 17 Nov 2025 11:06:59 +0300 Subject: [PATCH] [+] SetStorageChannel(INLINE) --- ydb/core/persqueue/pqtablet/transaction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ydb/core/persqueue/pqtablet/transaction.cpp b/ydb/core/persqueue/pqtablet/transaction.cpp index 538842869024..c8f728a775fa 100644 --- a/ydb/core/persqueue/pqtablet/transaction.cpp +++ b/ydb/core/persqueue/pqtablet/transaction.cpp @@ -413,6 +413,7 @@ void TDistributedTransaction::AddCmdWrite(NKikimrClient::TKeyValueRequest& reque auto command = request.AddCmdWrite(); command->SetKey(GetKey()); command->SetValue(value); + command->SetStorageChannel(NKikimrClient::TKeyValueRequest::INLINE); } NKikimrPQ::TTransaction TDistributedTransaction::Serialize() {