cadonna commented on a change in pull request #8902:
URL: https://github.com/apache/kafka/pull/8902#discussion_r444746235



##########
File path: 
streams/src/test/java/org/apache/kafka/test/GlobalStateManagerStub.java
##########
@@ -88,4 +88,14 @@ public StateStore getGlobalStore(final String name) {
     public TaskType taskType() {
         return TaskType.GLOBAL;
     }
+
+    @Override
+    public String changelogFor(final String storeName) {
+        return null;
+    }
+
+    @Override
+    public TopicPartition changelogTopicPartitionFor(final String storeName) {
+        return null;

Review comment:
       Ack




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


Reply via email to