KIP-805 — Add range and scan query over kv-store in IQv2
Accepted Kafka 3.2 Streams
Adds a `RangeQuery` implementation of the `Query` interface from KIP-796 (Interactive Queries v2) to support bounded range queries and full scans over key-value state stores. IQv2 launched without range/scan query support, leaving key-value stores accessible only via the deprecated point-lookup `KeyQuery`.
Details
| Author | Vicky Papavasileiou |
| Status | Accepted |
| Kafka Version | 3.2 |
| JIRA | KAFKA-13492 |
| Wiki | View on Apache Wiki |
| Created | 2021-11-26 |
| Last Modified | 2021-12-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.