chia7712 commented on code in PR #14849: URL: https://github.com/apache/kafka/pull/14849#discussion_r2207682267
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/runtime/CoordinatorPlayback.java: ########## @@ -38,4 +38,18 @@ void replay( short producerEpoch, U record ) throws RuntimeException; + + /** + * Invoke operations when a batch has been successfully loaded. + * + * @param offset the offset of the last record in the batch plus one. + */ + void updateLastWrittenOffset(Long offset); Review Comment: open #20171 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org