conduktor.io ↗

KIP-763 — Range Queries with Open Endpoints

Accepted Kafka 3.1 Streams

Adds unbounded (null-terminated) range and reverse-range queries to Kafka Streams `ReadOnlyKeyValueStore` so callers can scan from a lower bound to the end of the store, or from an upper bound to the beginning. The existing `range(K from, K to)` required both bounds, forcing workarounds for open-ended scans.

Details

AuthorPatrick Stuedi
StatusAccepted
Kafka Version3.1
JIRAKAFKA-4064
WikiView on Apache Wiki
Created2021-07-18
Last Modified2021-07-30
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.