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
Details
| Author | Tom Thornton |
| Status | Discussion |
| Wiki | View on Apache Wiki |
| Created | 2025-12-09 |
| Last Modified | 2026-01-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.