Increase maximum value of log.retention.size --------------------------------------------
Key: KAFKA-285 URL: https://issues.apache.org/jira/browse/KAFKA-285 Project: Kafka Issue Type: Improvement Affects Versions: 0.7, 0.8, 0.7.1 Reporter: Elben Shira Fix For: 0.8, 0.7.1 The log.retention.size property was retrieved as an Int, which means a maximum of Int.MaxValue (2 GB). This patch gets the property as a long. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira