kirktrue commented on code in PR #14406: URL: https://github.com/apache/kafka/pull/14406#discussion_r1364712500
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/FetchBuffer.java: ########## @@ -35,19 +41,24 @@ * * <p/> * - * <em>Note</em>: this class is not thread-safe and is intended to only be used from a single thread. + * <em>Note</em>: this class is thread-safe with the intention that {@link CompletedFetch the data} will be Review Comment: I've filed KAFKA-15640 to look into this in more detail. -- 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