[ https://issues.apache.org/jira/browse/KAFKA-10884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906507#comment-17906507 ]
Alyssa Huang commented on KAFKA-10884: -------------------------------------- I'm not convinced it makes total sense to tie Raft fetch and fetchsnapshot to the existing broker config of replica.fetch.response.max.bytes - customers might be fiddling with that config to experiment with optimizing broker replication, which can have different throughput needs than their Raft replication. > Limit the size of Fetch and FetchSnapshot response based on broker > configuration > -------------------------------------------------------------------------------- > > Key: KAFKA-10884 > URL: https://issues.apache.org/jira/browse/KAFKA-10884 > Project: Kafka > Issue Type: Sub-task > Components: replication > Reporter: Jose Armando Garcia Sancio > Assignee: HaiyuanZhao > Priority: Major > > The Raft Client implementation for Fetch and FetchSnapshot do not limit the > size of the response sent based on the local configuration of > replica.fetch.response.max.bytes. Fix this. -- This message was sent by Atlassian Jira (v8.20.10#820010)