Skip to content

Commit

Permalink
Merge pull request #9860 from vbotbuildovich/backport-9850-v23.1.x-689
Browse files Browse the repository at this point in the history
[v23.1.x] Fix 9850: return committed_leader_epoch on offset_fetch
  • Loading branch information
mmaslankaprv authored Apr 7, 2023
2 parents 9f8b642 + 00356e4 commit b1c2673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/kafka/server/group.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2683,6 +2683,7 @@ group::handle_offset_fetch(offset_fetch_request&& r) {
if (res) {
p.partition_index = id;
p.committed_offset = res->offset;
p.committed_leader_epoch = res->committed_leader_epoch;
p.metadata = res->metadata;
p.error_code = error_code::none;
}
Expand Down

0 comments on commit b1c2673

Please sign in to comment.