conduktor.io ↗

KIP-91 — Provide Intuitive User Timeouts in The Producer

Accepted Kafka 1.1 Producer

Introduces delivery.timeout.ms as the single user-visible bound covering the full lifecycle of a produce record—from send() return to callback fire—replacing the confusing interaction between request.timeout.ms and linger.ms. Eliminates the previous non-intuitive behavior where record expiry was anchored to batch readiness rather than the call to send().

Details

AuthorSumant Tambe
StatusAccepted
Kafka Version1.1
JIRAKAFKA-5886
WikiView on Apache Wiki
Created2016-11-08
Last Modified2020-05-11
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.