conduktor.io ↗

KIP-1254 — Kafka Consumer Support for Remote Tiered Storage Fetch

Discussion Tiered StorageConsumer

Describes the client-side protocol changes required for Kafka consumers to fetch data directly from remote tiered storage, complementing the broker-side protocol introduced in KIP-1248. When brokers redirect consumers to tiered storage, consumers must resolve the remote segment location, authenticate to the object store, parse Kafka log segment format from raw object storage bytes, and handle transactions correctly—none of which the current consumer client supports.

Protocol Impact

Fetch

Details

AuthorTom Thornton
StatusDiscussion
WikiView on Apache Wiki
Created2025-12-09
Last Modified2026-01-08
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.