nicktelford commented on code in PR #20955:
URL: https://github.com/apache/kafka/pull/20955#discussion_r2765086651


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/AbstractReadWriteDecorator.java:
##########
@@ -48,6 +50,11 @@ public void init(final StateStoreContext stateStoreContext,
         throw new UnsupportedOperationException(ERROR_MESSAGE);
     }
 
+    @Override
+    public void commit(final Map<TopicPartition, Long> changelogOffsets) {

Review Comment:
   I see what's happened here. At some point, nearly all the integration tests 
were moved out into a separate `:streams:integration-tests` gradle module, and 
I didn't notice. I kept running `:streams:integrationTest` blissfully unaware 
that I wasn't actually running them :laughing: 



-- 
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