You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/12/10 14:35:21 UTC

[GitHub] [kafka] vpapavas commented on a change in pull request #11581: KAFKA-13522: add position tracking and bounding to IQv2

vpapavas commented on a change in pull request #11581:
URL: https://github.com/apache/kafka/pull/11581#discussion_r766726224



##########
File path: streams/src/main/java/org/apache/kafka/streams/state/internals/StoreQueryUtils.java
##########
@@ -62,4 +71,28 @@ public static void updatePosition(
             position.withComponent(meta.topic(), meta.partition(), meta.offset());
         }
     }
+
+    public static boolean isPermitted(

Review comment:
       Should we add this as a method in `Position`?




-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org