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
| Author | Patrick Stuedi |
| Status | Accepted |
| Kafka Version | 3.1 |
| JIRA | KAFKA-4064 |
| Wiki | View on Apache Wiki |
| Created | 2021-07-18 |
| Last Modified | 2021-07-30 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.