vamossagar12 commented on a change in pull request #9508: URL: https://github.com/apache/kafka/pull/9508#discussion_r530420278
########## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/ThreadCache.java ########## @@ -201,6 +201,14 @@ public MemoryLRUCacheBytesIterator reverseAll(final String namespace) { return new MemoryLRUCacheBytesIterator(cache.reverseAllKeys(), cache); } + public MemoryLRUCacheBytesIterator prefixScan(final String namespace, final Bytes from, final Bytes to) { Review comment: I created a ticket for adding test cases for the missed methods in ThreadCache. https://issues.apache.org/jira/browse/KAFKA-10767 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org