conduktor.io ↗

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

AuthorJorge Esteban Quilcate Otoya
StatusDiscarded
Kafka Version3.0
JIRAKAFKA-10434
WikiView on Apache Wiki
Created2020-08-28
Last Modified2021-03-09
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.