Re: How set log compaction policies at cluster level

2018-06-14 Thread Manikumar
Those configs are topic-level config names. To configure in server.properties, we need to use server config property names (log.cleanup.policy, log.cleaner.delete.retention.ms etc..). check the "SERVER DEFAULT PROPERTY" column in the table given in the below link http://kafka.apache.org/document

How set log compaction policies at cluster level

2018-06-14 Thread David Espinosa
Hi all, I would like to apply log compaction configuration for any topic in my kafka cluster, as default properties. These configuration properties are: - cleanup.policy - delete.retention.ms - segment.ms - min.cleanable.dirty.ratio I have tried to place them in the server.properties