cmccabe commented on a change in pull request #11677: URL: https://github.com/apache/kafka/pull/11677#discussion_r784435597
########## File path: raft/src/main/java/org/apache/kafka/raft/internals/RecordsIterator.java ########## @@ -240,6 +240,7 @@ private T readRecord(Readable input) { throw new IllegalArgumentException(); } + // Here is where actual metadata records are read from the file input reader Review comment: The "here is..." phrasing suggests some frustration, I hope I'm mistaken :) Perhaps we could put this comment on the same line and make it something like `// read the metadata record body` -- 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