kafka/clients
yangxuze b6fce13e3a
KAFKA-19460: Improve documentation of fetch.min.bytes and replica.fetch.min.bytes (#20111)
While walking through the source code I confirmed that the broker checks
`replica.fetch.min.bytes` exactly the same way it checks
`fetch.min.bytes`, so this patch updates the wording for both config
keys.

Co-authored-by: yangxuze <xuze_yang@163.com>

Reviewers: Luke Chen <showuon@gmail.com>
2025-07-14 12:57:15 +08:00
..
clients-integration-tests/src/test MINOR: Move partitions == 0 logic from waitForTopic to waitTopicDeletion (#20108) 2025-07-10 01:10:20 +08:00
src KAFKA-19460: Improve documentation of fetch.min.bytes and replica.fetch.min.bytes (#20111) 2025-07-14 12:57:15 +08:00
.gitignore