patrickstuedi commented on a change in pull request #11676:
URL: https://github.com/apache/kafka/pull/11676#discussion_r790324974



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/StateStore.java
##########
@@ -152,4 +153,8 @@ default void init(final StateStoreContext context, final 
StateStore root) {
         // If a store doesn't implement a query handler, then all queries are 
unknown.
         return QueryResult.forUnknownQueryType(query, this);
     }
+
+    default Position getPosition() {
+        return Position.emptyPosition();

Review comment:
       Agree!




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to