I've checked it, it's per partition, what i'm talking about is more of global log size limit, like if i have only 200gb, i want to set global limit on log size, not per partition, so i won't have to change it later if i add topics/partitions.
Thanks. On Tue, Nov 5, 2013 at 8:37 PM, Neha Narkhede <neha.narkh...@gmail.com> wrote: > You are probably looking for log.retention.bytes. Refer to > http://kafka.apache.org/documentation.html#brokerconfigs > > > On Tue, Nov 5, 2013 at 3:10 PM, Kane Kane <kane.ist...@gmail.com> wrote: > >> Hello, >> >> What would happen if disk is full? Does it make sense to have >> additional variable to set the maximum size for all logs combined? >> >> Thanks. >>