zhaohaidao commented on a change in pull request #10969: URL: https://github.com/apache/kafka/pull/10969#discussion_r667059331
########## File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java ########## @@ -48,6 +48,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue; final public class KafkaRaftClientSnapshotTest { + + private static final int REPLICA_FETCH_RESPONSE_MAX_BYTES = 8 * 1024 * 1024; Review comment: As far as I understand, KafkaRaftClient.MAX_BATCH_SIZE_BYTES is not used for fetchSnapshot response limit size, it is used in accumulator test. Correct me if I misunderstood, thanks -- 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