Jose Armando Garcia Sancio created KAFKA-12974: --------------------------------------------------
Summary: Change the default for snapshot generation configuration Key: KAFKA-12974 URL: https://issues.apache.org/jira/browse/KAFKA-12974 Project: Kafka Issue Type: Sub-task Reporter: Jose Armando Garcia Sancio 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. -- This message was sent by Atlassian Jira (v8.3.4#803005)