mjsax commented on code in PR #22608:
URL: https://github.com/apache/kafka/pull/22608#discussion_r3439592378


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/MockChangelogReader.java:
##########
@@ -73,6 +73,11 @@ public Set<TopicPartition> completedChangelogs() {
         return restoringPartitions;
     }
 
+    @Override
+    public Map<TopicPartition, Long> logicalChangelogEndOffsets() {

Review Comment:
   In general yes, but I would only add the corresponding code, when we need 
this ability in a test, ie, add on-demand :) 



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