Skip to content

Commit a33e7a8

Browse files
WillemKaufvbotbuildovich
authored andcommitted
ct: preserve last_offset_delta in placeholder header
(cherry picked from commit bfb48b3)
1 parent cb58573 commit a33e7a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/v/cloud_topics/level_zero/stm/placeholder.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ model::record_batch encode_placeholder_batch(
6060
ph.header().max_timestamp = header.max_timestamp;
6161
ph.header().attrs.set_timestamp_type(model::timestamp_type::append_time);
6262
ph.header().base_sequence = header.base_sequence;
63+
ph.header().last_offset_delta = header.last_offset_delta;
6364
ph.header().reset_size_checksum_metadata(ph.data());
6465
return ph;
6566
}

0 commit comments

Comments
 (0)