omkreddy opened a new pull request, #23448: URL: https://github.com/apache/kafka/pull/23448
The fix improves validation and handling of record sizes across the broker's record processing paths. A new configurable broker/topic-level setting, max.decompressed.message.bytes, allows operators to control the maximum permitted decompressed record size. The limit is applied consistently during produce validation, log compaction and timestamp-based list offsets lookups. Existing APIs remain backward compatible with safe default behavior for callers that do not explicitly configure a limit. Reviewers: Chia-Ping Tsai <[email protected]> (cherry picked from commit 4d781f506a777c43eb93b359ed8a171e032d2df4) (cherry picked from commit a544dc8effd8f1bf90c5746130c91b2a8127e9db) -- 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]
