Hi We are using Kafka 0.10.1 with offsets commits being stored inside of Kafka After a while these topics become extremely large and we are wondering if we need to enable log.cleaner.enable=true (currently false) to make sure the internal offset topics get compacted and keep their size down?
Regards T