Re: Process to enable log compaction on a cluster

2016-10-12 Thread Mario Ricci
Sathya, Did you ever figure out what to do here? On Mon, Jul 4, 2016 at 12:19 AM Sathyakumar Seshachalam < sathyakumar_seshacha...@trimble.com> wrote: > My another followup question is that Am I right in assuming that per topic > retention minutes or clean up policy, they all have any effect onl

Re: Process to enable log compaction on a cluster

2016-07-03 Thread Sathyakumar Seshachalam
My another followup question is that Am I right in assuming that per topic retention minutes or clean up policy, they all have any effect only when you log.cleaner.enable-false ? So In other words, I choose to truncate topic data, then __consumer_offsets topic will also be either deleted or compact

Process to enable log compaction on a cluster

2016-07-03 Thread Sathyakumar Seshachalam
Ok, Am in situation where all kafka nodes are going to run out of space. This is because I had been running uncompacted __consumer_offset topic and everything retained topics . Now at a place, where I can afford to compact __consumer_offset topic and also delete certain topics. I would like to kno