Patrick Stuedi created KAFKA-13130: -------------------------------------- Summary: Deprecate long based range queries in SessionStore Key: KAFKA-13130 URL: https://issues.apache.org/jira/browse/KAFKA-13130 Project: Kafka Issue Type: Improvement Components: streams, streams-test-utils Reporter: Patrick Stuedi Assignee: Patrick Stuedi Fix For: 3.1.0
Migrate long based queries in ReadOnlySessionStore (fetchSession*, findSession*, etc.) to object based interfaces. Deprecate old long based interface, similar to how it was done for the ReadOnlyWindowStore. Related KIPs: [https://cwiki.apache.org/confluence/display/KAFKA/KIP-358%3A+Migrate+Streams+API+to+Duration+instead+of+long+ms+times] [https://cwiki.apache.org/confluence/display/KAFKA/KIP-617%3A+Allow+Kafka+Streams+State+Stores+to+be+iterated+backwards] Related Jiras: https://issues.apache.org/jira/browse/KAFKA-12419 https://issues.apache.org/jira/browse/KAFKA-12526 https://issues.apache.org/jira/browse/KAFKA-12451 -- This message was sent by Atlassian Jira (v8.3.4#803005)