Dmitry Minkovsky created KAFKA-5105: ---------------------------------------
Summary: ReadOnlyKeyValueStore range scans are not ordered Key: KAFKA-5105 URL: https://issues.apache.org/jira/browse/KAFKA-5105 Project: Kafka Issue Type: Bug Components: streams Affects Versions: 0.10.2.0 Reporter: Dmitry Minkovsky Following up with this thread https://www.mail-archive.com/users@kafka.apache.org/msg25373.html Although ReadOnlyKeyValueStore's #range() is documented not to returns values in order, it would be great if it would for keys within a single partition. This would facilitate using interactive queries and local state as one would use HBase to index data by prefixed keys. -- This message was sent by Atlassian JIRA (v6.3.15#6346)