jsancio commented on code in PR #19353: URL: https://github.com/apache/kafka/pull/19353#discussion_r2056561313
########## clients/src/main/java/org/apache/kafka/common/protocol/Readable.java: ########## @@ -38,6 +38,7 @@ public interface Readable { int readVarint(); long readVarlong(); int remaining(); + Readable slice(); Review Comment: Can we add Java Doc comment to this new method. `Readable` is an important type and it should be fully documented but I understand that is may be out of scope of this PR. -- 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