For log.retention.bytes : A size-based retention policy for logs. Segments are pruned from the log unless the remaining segments drop below log.retention.bytes This config is per partition.
For log.segment.bytes : The maximum size of a log segment file. When this size is reached a new log segment will be created. On Thu, Apr 12, 2018 at 10:10 AM, amit mishra <amit...@gmail.com> wrote: > Hi all , > > I am using kafka 0.10. > > log.retention.bytes = 5000 > log.retention.check.interval.ms = 6000 > log.retention.hours = 24 > log.retention.minutes = null > log.retention.ms = null > log.roll.hours = 168 > log.roll.jitter.hours = 0 > log.roll.jitter.ms = null > log.roll.ms = null > log.segment.bytes = 100 > > Please let me know what does log.retention.bytes and log.segment.bytes > denotes ? > > Regards, > amit >