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 file, but they are not applied. I could only apply them when using kafka-topics create topic command. Somebody knows how to apply those properties as default for any topic created? Thanks in advance, David.