josefk31 opened a new pull request, #21028: URL: https://github.com/apache/kafka/pull/21028
Implements [KIP-1219](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1219%3A+Configurations+for+KRaft+Fetch+and+FetchSnapshot+Byte+Size) Adds two new configurations regulate the amount of data fetched by Raft clients. - controller.quorum.fetch.snapshot.max.bytes - controller.quorum.fetch.max.bytes Main design choice is that clients control how much they need for Fetch and FetchSnapshot. The active controller receiving requests will respect whatever MaxSizeBytes it receives. -- 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]
