Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0
-
None
-
None
-
None
Description
In PR https://github.com/apache/kafka/pull/10812 the default for the metadata.log.snapshot.min.new_record.bytes is set to Int.MaxValue. This was done to disable snapshot generation by default since snapshot loading is not implemented on the broker.
This value should be changed to something much smaller.