mjsax commented on a change in pull request #9251: URL: https://github.com/apache/kafka/pull/9251#discussion_r492434090
########## File path: streams/src/main/java/org/apache/kafka/streams/state/ReadOnlyWindowStore.java ########## @@ -25,6 +25,11 @@ * A window store that only supports read operations. * Implementations should be thread-safe as concurrent reads and writes are expected. * + * Note: The current implementation of either forward or backward fetches on range-key-range-time does not Review comment: ```suggestion * <p>Note: The current implementation of either forward or backward fetches on range-key-range-time does not ``` ---------------------------------------------------------------- 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