Re: Fetch Request performing remote KIP-405 reads gotcha

2025-04-01 Thread Stanislav Kozlovski
Opened https://github.com/apache/kafka/pull/19336 On 2025/03/27 06:32:33 Luke Chen wrote: > Hi Stanislav, > > Thanks for raising this! I totally forgot about it! > > For the documentation improvement, I think more is better. > All you listed above can be done together. > Also "remote.fetch.max.w

Re: Fetch Request performing remote KIP-405 reads gotcha

2025-03-26 Thread Luke Chen
Hi Stanislav, Thanks for raising this! I totally forgot about it! For the documentation improvement, I think more is better. All you listed above can be done together. Also "remote.fetch.max.wait.ms" config is also a good place to add this missing info. Thanks. Luke On Thu, Mar 27, 2025 at 4:27

Fetch Request performing remote KIP-405 reads gotcha

2025-03-26 Thread Stanislav Kozlovski
Hey all, I was doing a deep dive on the internals of KIP-405's read path and I was surprised to learn that 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 requeste