kafka/core
Luke Chen eb378da99c
CI / build (push) Waiting to run Details
KAFKA-19462: Count fetch size when remote fetch (#20088)
Estimate the fetch size for remote fetch to avoid to exceed the
`fetch.max.bytes` config. We don't want to query the remoteLogMetadata
during API handling, thus we assume the remote fetch can get
`max.partition.fetch.bytes` size. Tests added.

Reviewers: Kamal Chandraprakash <kamal.chandraprakash@gmail.com>
2025-07-03 10:45:59 +08:00
..
src KAFKA-19462: Count fetch size when remote fetch (#20088) 2025-07-03 10:45:59 +08:00
.gitignore