soondenana commented on code in PR #19353: URL: https://github.com/apache/kafka/pull/19353#discussion_r2056704680
########## 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: Done -- 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