Skip to content

Commit

Permalink
Merge 587ca40 into f2805c6
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaveliev authored Oct 4, 2024
2 parents f2805c6 + 587ca40 commit b59922a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/kafka_proxy/actors/kafka_produce_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ THolder<TEvPartitionWriter::TEvWriteRequest> Convert(const TProduceRequestData::

for (const auto& record : batch->Records) {
NKikimrPQClient::TDataChunk proto;
proto.set_codec(NPersQueueCommon::RAW);
for(auto& h : record.Headers) {
auto res = proto.AddMessageMeta();
if (h.Key) {
Expand Down

0 comments on commit b59922a

Please sign in to comment.