We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bff3836 + 497930a commit 836b4a3Copy full SHA for 836b4a3
1 file changed
src/v/kafka/server/handlers/fetch.cc
@@ -1091,6 +1091,7 @@ class nonpolling_fetch_plan_executor final : public fetch_plan_executor::impl {
1091
.bytes_left = octx.bytes_left,
1092
.min_bytes = min_fetch_bytes,
1093
.deadline = octx.deadline,
1094
+ .fetch_deadline = octx.fetch_deadline,
1095
.requests = std::move(configs),
1096
.srv = octx.rctx.server().local(),
1097
.mgr = mgr,
0 commit comments