franz1981 commented on code in PR #12163: URL: https://github.com/apache/kafka/pull/12163#discussion_r873640450
########## clients/src/main/java/org/apache/kafka/common/utils/Checksums.java: ########## @@ -40,11 +55,41 @@ public static void update(Checksum checksum, ByteBuffer buffer, int length) { public static void update(Checksum checksum, ByteBuffer buffer, int offset, int length) { Review Comment: I can add some doc, although in theory it's unrelated to the changes of this PR; but is a nice addition :+1: -- 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