Re: manually trigger log compaction

2018-10-03 Thread Brett Rann
There's no way to "trigger compaction" per se, but you can use multiple configs to compel it. I've documented it in this ticket: https://issues.apache.org/jira/browse/KAFKA-7137 Essentially you can set min.cleanable.dirty.ratio=0 and segment.ms to make sure a new segment is rolled (compaction won

Re: manually trigger log compaction

2018-09-26 Thread M. Manna
This is possible using kafka-configs script. You need 'topics' as entity type and --alter directive. The changes are made cluster-wide. Try the help documentation for kafka-configs. Regards, On Wed, 26 Sep 2018 at 16:16, Xu, Nan wrote: > Hi, > >Wondering is there a way to manually trigger

manually trigger log compaction

2018-09-26 Thread Xu, Nan
Hi, Wondering is there a way to manually trigger a log compaction for a certain topic? Thanks, Nan -- This message, and any attachments, is for the intended recipient(s) only, may contain information that is privileged, co