lucasbru commented on code in PR #21500:
URL: https://github.com/apache/kafka/pull/21500#discussion_r2827435472


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/MockChangelogReader.java:
##########
@@ -91,6 +91,12 @@ public void unregister(final Collection<TopicPartition> 
partitions) {
         }
     }
 
+    @Override
+    public void unregister(final Collection<TopicPartition> partitions,
+                           final 
org.apache.kafka.streams.processor.StandbyUpdateListener.SuspendReason reason) {

Review Comment:
   Done.



##########
streams/test-utils/src/main/java/org/apache/kafka/streams/TopologyTestDriver.java:
##########
@@ -1159,6 +1159,10 @@ public void register(final Set<TopicPartition> 
changelogPartitions, final Proces
 
         @Override
         public void unregister(final Collection<TopicPartition> partitions) { }
+
+        @Override
+        public void unregister(final Collection<TopicPartition> partitions,
+                               final 
org.apache.kafka.streams.processor.StandbyUpdateListener.SuspendReason reason) 
{ }

Review Comment:
   Done.



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