vvcephei commented on a change in pull request #11406: URL: https://github.com/apache/kafka/pull/11406#discussion_r731304826
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/StateStore.java ########## @@ -119,4 +122,8 @@ default void init(final StateStoreContext context, final StateStore root) { * @return {@code true} if the store is open */ boolean isOpen(); + + default <R> QueryResult<R> query(Query<R> query, Map<String, Map<Integer, Long>> offsetBound) { Review comment: Yeah, I was on the fence about that. It sure would make the API simpler. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org