mjsax commented on a change in pull request #10000:
URL: https://github.com/apache/kafka/pull/10000#discussion_r566621365



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java
##########
@@ -227,6 +230,27 @@ public void initializeIfNeeded() {
         }
     }
 
+    private void initOffsetsIfNeeded(final 
java.util.function.Consumer<Set<TopicPartition>> offsetResetter) {

Review comment:
       I was considering to maybe merge this method into `initMetadata()` but 
it might convolute different code path, and we should execute this method 
rarely anyway so I don't think we should have concerns about calling 
`mainConsumer.committed` twice for rare cases.
   
   Let me know what you think.




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