josefk31 commented on code in PR #21028:
URL: https://github.com/apache/kafka/pull/21028#discussion_r2874750835
##########
raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java:
##########
@@ -3013,7 +3016,7 @@ private FetchSnapshotRequestData
buildFetchSnapshotRequest(OffsetAndEpoch snapsh
log.topicPartition(),
quorum.epoch(),
snapshotId,
- MAX_FETCH_SIZE_BYTES,
+ quorumConfig.fetchSnapshotSizeMaxBytes(),
Review Comment:
Good catch. Given that the actual configurations don't mention "size" at all
I will just remove any reference to size from either.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]