0xffff-zhiyan commented on code in PR #22805:
URL: https://github.com/apache/kafka/pull/22805#discussion_r3618074393
##########
raft/src/main/java/org/apache/kafka/raft/Batch.java:
##########
@@ -221,4 +221,41 @@ public static <T> Batch<T> data(
List.of()
);
}
+
+ /**
+ * Create a batch whose records were not decoded, carrying only the offset
information.
Review Comment:
Yeah make sense. I agree with renaming it to `skipped`
--
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]