We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8b0c2 commit c05e419Copy full SHA for c05e419
ydb/core/persqueue/pqtablet/transaction.cpp
@@ -413,6 +413,7 @@ void TDistributedTransaction::AddCmdWrite(NKikimrClient::TKeyValueRequest& reque
413
auto command = request.AddCmdWrite();
414
command->SetKey(GetKey());
415
command->SetValue(value);
416
+ command->SetStorageChannel(NKikimrClient::TKeyValueRequest::INLINE);
417
}
418
419
NKikimrPQ::TTransaction TDistributedTransaction::Serialize() {
0 commit comments