KIP-667 — Remove deprecated methods from ReadOnlyWindowStore
Discarded Kafka 3.0 Streams
Removes the deprecated `long`-based query methods from `ReadOnlyWindowStore` and restores the `long`-based methods on the read-write `WindowStore` Processor API interface without deprecation. Having `long`-based methods deprecated on both the read-only interactive query API and the Processor API was overly aggressive; the Processor API uses longs for performance and should not incur the overhead of `Instant` object allocation.
Details
| Author | Jorge Esteban Quilcate Otoya |
| Status | Discarded |
| Kafka Version | 3.0 |
| JIRA | KAFKA-10434 |
| Wiki | View on Apache Wiki |
| Created | 2020-08-28 |
| Last Modified | 2021-03-09 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.