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

   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.
   


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