stanislavkozlovski opened a new pull request, #19336:
URL: https://github.com/apache/kafka/pull/19336

   As discussed in the mailing list,  the broker only fetches remote data for 
ONE partition in a given FetchRequest. In other words, if a consumer sends a 
FetchRequest requesting 50 topic-partitions, and each partition's requested 
offset is not stored locally - the broker will fetch and respond with just one 
partition's worth of data from the remote store, and the rest will be
   empty.
   
   Given our defaults for total fetch response is 50 MiB and per partition is 1 
MiB, this can limit throughput. This patch documents the behavior in 3 configs 
- `fetch.max.bytes`, `max.partition.fetch.bytes` and `remote.fetch.max.wait.ms`


-- 
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]

Reply via email to