Skip to content

Commit 836b4a3

Browse files
authored
Merge pull request #29710 from vbotbuildovich/backport-pr-29708-v25.3.x-448
[v25.3.x] kafka/fetch: populate_fetch_deadline
2 parents bff3836 + 497930a commit 836b4a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/v/kafka/server/handlers/fetch.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ class nonpolling_fetch_plan_executor final : public fetch_plan_executor::impl {
10911091
.bytes_left = octx.bytes_left,
10921092
.min_bytes = min_fetch_bytes,
10931093
.deadline = octx.deadline,
1094+
.fetch_deadline = octx.fetch_deadline,
10941095
.requests = std::move(configs),
10951096
.srv = octx.rctx.server().local(),
10961097
.mgr = mgr,

0 commit comments

Comments
 (0)